Skip to content

Commit

Permalink
Change order.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed May 19, 2017
1 parent 1d871ee commit 4c43a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/locales/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ define([
'./locales/ro.js',
'./locales/ru.js',
'./locales/tr.js',
'./locales/vi.js',
'./locales/zh.js',
'./locales/zh_cn.js',
'./locales/vi.js'
'./locales/zh_cn.js'
], function() {
var langId = (navigator.language || navigator.userLanguage).toLowerCase().replace('-', '_');
var language = langId.substr(0, 2);
Expand Down

0 comments on commit 4c43a5a

Please sign in to comment.