Skip to content

Commit 84d97ec

Browse files
authored
Add Japanese translation (ja) (#4019)
1 parent c8f13f5 commit 84d97ec

File tree

4 files changed

+3420
-0
lines changed

4 files changed

+3420
-0
lines changed

changedetectionio/languages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def get_timeago_locale(flask_locale):
3737
'no': 'nb_NO', # Norwegian Bokmål
3838
'hi': 'in_HI', # Hindi
3939
'cs': 'en', # Czech not supported by timeago, fallback to English
40+
'ja': 'ja', # Japanese
4041
'uk': 'uk', # Ukrainian
4142
'en_GB': 'en', # British English - timeago uses 'en'
4243
'en_US': 'en', # American English - timeago uses 'en'

changedetectionio/translations/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ These commands read settings from `../../setup.cfg` automatically.
7676
- `en_US` - English (US)
7777
- `fr` - French (Français)
7878
- `it` - Italian (Italiano)
79+
- `ja` - Japanese (日本語)
7980
- `ko` - Korean (한국어)
8081
- `zh` - Chinese Simplified (中文简体)
8182
- `zh_Hant_TW` - Chinese Traditional (繁體中文)
76.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)