mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
7 lines
203 B
Text
7 lines
203 B
Text
//= depend_on 'client.ja.yml'
|
|
//= require locales/i18n
|
|
<%= JsLocaleHelper.output_locale(:ja) %>
|
|
|
|
I18n.pluralizationRules['ja'] = function (n) {
|
|
return n === 0 ? ["zero", "none", "other"] : "other";
|
|
};
|