mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
pluralizationRules for Japanese translation
This commit is contained in:
parent
df55596907
commit
612a318db4
@ -1,3 +1,7 @@
|
|||||||
//= depend_on 'client.ja.yml'
|
//= depend_on 'client.ja.yml'
|
||||||
//= require locales/i18n
|
//= require locales/i18n
|
||||||
<%= JsLocaleHelper.output_locale(:ja) %>
|
<%= JsLocaleHelper.output_locale(:ja) %>
|
||||||
|
|
||||||
|
I18n.pluralizationRules['ja'] = function (n) {
|
||||||
|
return n === 0 ? ["zero", "none", "other"] : "other";
|
||||||
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user