Browse Source

Update translations.

Lauri Ojansivu 8 years ago
parent
commit
6c26dad562
3 changed files with 7 additions and 2 deletions
  1. 5 0
      client/lib/i18n.js
  2. 1 1
      i18n/fr.i18n.json
  3. 1 1
      i18n/sv.i18n.json

+ 5 - 0
client/lib/i18n.js

@@ -22,5 +22,10 @@ Meteor.startup(() => {
       TAPi18n.setLanguage(language);
       T9n.setLanguage(language);
     }
+
+    if (language === 'zh') {
+      TAPi18n.setLanguage('zh_CN');
+      T9n.setLanguage('zh_CN');
+    }
   });
 });

+ 1 - 1
i18n/fr.i18n.json

@@ -137,7 +137,7 @@
     "color-yellow": "jaune",
     "comment": "Commentaire",
     "comment-placeholder": "Rédiger un commentaire",
-    "comment-only": "Comment only",
+    "comment-only": "Restreint",
     "comment-only-desc": "Ne peut que commenter des cartes.",
     "computer": "Ordinateur",
     "create": "Créer",

+ 1 - 1
i18n/sv.i18n.json

@@ -137,7 +137,7 @@
     "color-yellow": "gul",
     "comment": "Kommentera",
     "comment-placeholder": "Skriv en kommentar",
-    "comment-only": "Comment only",
+    "comment-only": "Kommentera endast",
     "comment-only-desc": "Kan endast kommentera kort.",
     "computer": "Dator",
     "create": "Skapa",