Skip to content

Instantly share code, notes, and snippets.

@keefo
Forked from KMR-zoar/japanese.patch
Created July 9, 2019 04:22
Show Gist options
  • Save keefo/636e12fa23da68bb94235a9fb69becd1 to your computer and use it in GitHub Desktop.
Save keefo/636e12fa23da68bb94235a9fb69becd1 to your computer and use it in GitHub Desktop.
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