mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
//= depend_on 'client.ja.yml'
|
|
//= require locales/i18n
|
|
<%= JsLocaleHelper.output_locale(:ja) %>
|
|
|
|
I18n.pluralizationRules['ja'] = function (n) {
|
|
return n === 0 ? ["zero", "none", "other"] : "other";
|
|
};
|