Skip to content

Commit

Permalink
Use fixed accountsUIBootstrap3 to set uk lang
Browse files Browse the repository at this point in the history
  • Loading branch information
epaminond committed Jan 24, 2016
1 parent 0b071ac commit 1e5d7ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
ian:[email protected].81
ian:[email protected].88
[email protected]
iron:[email protected]
iron:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion client/startup/set_user_language.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Meteor.startup(function() {

TAPi18n.setLanguage(language);
moment.locale(language);
accountsUIBootstrap3.setLanguage(language === 'uk' ? 'ua' : language);
accountsUIBootstrap3.setLanguage(language);

if ( !((Meteor.user() || {}).profile || {}).weekDow ) return;
moment.locale(Meteor.user().profile.language, {
Expand Down

0 comments on commit 1e5d7ca

Please sign in to comment.