From 0b88db3e4e1a8805f3f3cdb90de1027065c247d9 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:52:09 +0200 Subject: [PATCH] Update available languages --- lingui.config.ts | 1 + src/i18n/index.ts | 1 + 2 files changed, 2 insertions(+) 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',