From 6c26dad562cc50046c81bf9fedeb8b0923ff4827 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 5 May 2017 22:14:15 +0300 Subject: [PATCH] Update translations. --- client/lib/i18n.js | 5 +++++ i18n/fr.i18n.json | 2 +- i18n/sv.i18n.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/client/lib/i18n.js b/client/lib/i18n.js index 4c02211af..fa244dac9 100644 --- a/client/lib/i18n.js +++ b/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'); + } }); }); diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index aaf857ce5..cdfde1511 100644 --- a/i18n/fr.i18n.json +++ b/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", diff --git a/i18n/sv.i18n.json b/i18n/sv.i18n.json index b0f7ada3e..e4a2a343a 100644 --- a/i18n/sv.i18n.json +++ b/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",