From 9f12d67dbf0cf6267849e3aadd29dc4d54667775 Mon Sep 17 00:00:00 2001 From: mingxia Date: Sun, 27 Sep 2015 07:28:17 +0800 Subject: [PATCH 1/3] Update zh.json --- lib/translations/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/translations/zh.json b/lib/translations/zh.json index 61a83a14c..e17f827a8 100644 --- a/lib/translations/zh.json +++ b/lib/translations/zh.json @@ -75,7 +75,7 @@ "zh": "中文", "es": "西班牙语", "pl": "波兰语", - "de": "德國" + "de": "德语" }, "fontSize": { "small": "小", From 673f077d0858c81c7dfeab8a153580fd3babb7bf Mon Sep 17 00:00:00 2001 From: mingxia Date: Sun, 27 Sep 2015 07:32:02 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 383e26623..14113228e 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Always use four spaces, no tabs. This goes for any HTML, CSS, or Javascript. - [X] Overwrite Sass variables - [X] About Page - [X] Params Page -- [X] Language switch [English|French|Chinese|Polish|German] +- [X] Language switch [English|French|Chinese|Spanish|Polish|German] - [X] Accessibility (Post font size) - [X] Image cache ngImgCache - [X] App rate From 2dab62e51f5bfd80efbae27fde9c3d8463af744c Mon Sep 17 00:00:00 2001 From: mingxia Date: Sun, 27 Sep 2015 07:35:46 +0800 Subject: [PATCH 3/3] Update config.json.dist --- config.json.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.json.dist b/config.json.dist index f854defc7..35d600660 100644 --- a/config.json.dist +++ b/config.json.dist @@ -171,6 +171,9 @@ }, "pl": { "pl_*": "pl" + }, + "de": { + "de_*": "de" } }, "prefered": "en"