Skip to content

Commit

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

if (language === 'zh') {
TAPi18n.setLanguage('zh_CN');
T9n.setLanguage('zh_CN');
}
});
});

0 comments on commit 5752383

Please sign in to comment.