diff --git a/lingui.config.ts b/lingui.config.ts index 030ccad1..14435a82 100644 --- a/lingui.config.ts +++ b/lingui.config.ts @@ -22,6 +22,7 @@ export default defineConfig({ 'fa', 'fr', 'hu', + 'id', 'it', 'ja', 'ko', diff --git a/src/i18n/index.ts b/src/i18n/index.ts index ffe158ca..1feda1f0 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -26,6 +26,7 @@ export const i18nResources = [ 'fa', 'fr', 'hu', + 'id', 'it', 'ja', 'ko',