mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 01:26:31 +08:00
![Qasem Hajizadeh](/assets/img/avatar_default.png)
Persian does not distinguish between the singular and plural forms of nouns in the same way as English does. For numbered elements, always return the 'other' key from the translation file.
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
//= depend_on 'client.fa_IR.yml'
|
|
//= require locales/i18n
|
|
<%= JsLocaleHelper.output_locale(:fa_IR) %>
|
|
|
|
I18n.pluralizationRules['fa_IR'] = function (n) {
|
|
return "other";
|
|
};
|