Created
July 9, 2019 04:20
-
-
Save KMR-zoar/75d910ecb7bd5daa1b05d7c56479e403 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/www/settings.py b/www/settings.py | |
index 406ab4f..a645f39 100644 | |
--- a/www/settings.py | |
+++ b/www/settings.py | |
@@ -132,7 +132,7 @@ LANGUAGES = { | |
"hu": "Hungarian", | |
"id": "Bahasa Indonesia", | |
"it": "Italiano", | |
- "ja": "日本人", | |
+ "ja": "日本語", | |
"nb": "Norwegian Bokmål", | |
"nl": "Nederlands", | |
"pl": "Polski", | |
@@ -249,7 +249,7 @@ MAP_LANGUAGES = { | |
"ar_JO.UTF-8": "الأردنّ", | |
"ar_KW.UTF-8": "الكويت", | |
"ar_LB.UTF-8": "لبنان ", | |
- "ja_JP.UTF-8": "日本人", | |
+ "ja_JP.UTF-8": "日本語", | |
"fr_LU.UTF-8": "Luxembourg", | |
"de_LU.UTF-8": "Luxemburg", | |
"ar_LY.UTF-8": "ليبيا", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment