mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
Merge pull request #444 from kubabrecka/fix_chinese_dates_js
fix js dates in chinese
This commit is contained in:
commit
e899af4bf0
@ -32,5 +32,5 @@ Date.addLocale('cs', {
|
||||
}
|
||||
});
|
||||
|
||||
// set the current date locale
|
||||
Date.setLocale(I18n.locale);
|
||||
// set the current date locale, replace underscore with dash to make zh_CN work
|
||||
Date.setLocale(I18n.locale.replace("_","-"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user