From 231c08eb970b6c54fe734992f2b60f687f81160e Mon Sep 17 00:00:00 2001 From: cknight828 Date: Sun, 8 Sep 2024 22:46:38 +0900 Subject: Add Japanese translation and layout (#743) --- sync_translations.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sync_translations.py') diff --git a/sync_translations.py b/sync_translations.py index 8d1eff6..d3669e0 100644 --- a/sync_translations.py +++ b/sync_translations.py @@ -16,6 +16,7 @@ VALUE_DIR_TO_METADATA = { "fa": "fa-IR", "fr": "fr-FR", "it": "it-IT", + "ja": "ja-JP", "ko": "ko-KR", "lv": "lv", "pl": "pl-PL", -- cgit v1.2.3