parent
af880d10de
commit
ebeef2899a
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ if (navigator.languages) {
|
|||
I18n.locale = navigator.language;
|
||||
}
|
||||
|
||||
I18n.default_locale = <%= I18n.default_locale.to_json %>;
|
||||
I18n.fallbacks = true;
|
||||
|
||||
window.onload = function () {
|
||||
var query = (window.location.search || '?').slice(1),
|
||||
args = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue