jg-eucs/next-i18next.config.js
2023-04-16 15:50:28 +02:00

11 lines
155 B
JavaScript

// @ts-check
/**
* @type {import('next-i18next').UserConfig}
*/
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en", "de"],
},
}