mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 21:40:45 +00:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
const i18nConfig = {
|
|
locales: ["en", "de", "it"],
|
|
defaultLocale: "en",
|
|
prefixDefault: false,
|
|
};
|
|
|
|
export default i18nConfig;
|