diff options
| author | cknight828 | 2024-09-08 22:46:38 +0900 |
|---|---|---|
| committer | GitHub | 2024-09-08 15:46:38 +0200 |
| commit | 231c08eb970b6c54fe734992f2b60f687f81160e (patch) | |
| tree | b52e32f2843bcb3caf16dc5ca96ad2f204caf6c9 /sync_translations.py | |
| parent | 4eca9caec152c899c40fc761d81acfcd072fa5af (diff) | |
| download | unexpected-keyboard-231c08eb970b6c54fe734992f2b60f687f81160e.tar.gz unexpected-keyboard-231c08eb970b6c54fe734992f2b60f687f81160e.zip | |
Add Japanese translation and layout (#743)
Diffstat (limited to 'sync_translations.py')
| -rw-r--r-- | sync_translations.py | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
