Skip to content

Commit

Permalink
Update translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed May 5, 2017
1 parent 219ed89 commit 6c26dad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions client/lib/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ Meteor.startup(() => {
TAPi18n.setLanguage(language);
T9n.setLanguage(language);
}

if (language === 'zh') {
TAPi18n.setLanguage('zh_CN');
T9n.setLanguage('zh_CN');
}
});
});
2 changes: 1 addition & 1 deletion i18n/fr.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion i18n/sv.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6c26dad

Please sign in to comment.