Merge pull request #3343 from Qasem-h/RTL-Support-For-Persian

Add pluralization rule to fa_IR.js.erb
This commit is contained in:
Régis Hanol 2015-04-07 17:59:02 +02:00
commit 13e97a0b77
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
//= depend_on 'client.fa_IR.yml'
//= require locales/i18n
<%= JsLocaleHelper.output_locale(:fa_IR) %>
I18n.pluralizationRules['fa_IR'] = function (n) {
return "other";
};