From f89b1002f0e3ef8921adf7f2acc9bcac6904af2f Mon Sep 17 00:00:00 2001 From: Qasem Hajizadeh Date: Thu, 9 Apr 2015 01:39:59 +0430 Subject: [PATCH] change fa key to fa_IR in plurals.rb change fa key to fa_IR in plurals.rb --- config/locales/plurals.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/plurals.rb b/config/locales/plurals.rb index 6a2e21f25..8a13eda06 100644 --- a/config/locales/plurals.rb +++ b/config/locales/plurals.rb @@ -24,7 +24,7 @@ :es => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } }, :et => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } }, :eu => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } }, - :fa => { :i18n => { :plural => { :keys => [:other], :rule => lambda { |n| :other } } } }, + :fa_IR => { :i18n => { :plural => { :keys => [:other], :rule => lambda { |n| :other } } } }, :fi => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } }, :fil => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda { |n| [0, 1].include?(n) ? :one : :other } } } }, :fo => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } },