mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-8474 tweak for farsi
X-SVN-Rev: 33545
This commit is contained in:
parent
6c0747cd6c
commit
c418174fff
1 changed files with 3 additions and 2 deletions
|
@ -332,7 +332,8 @@ public abstract class PluralRulesFactory {
|
|||
{"et", "other", "{0} ööpäeva"},
|
||||
{"eu", "one", "Nire {0} lagunarekin nago"},
|
||||
{"eu", "other", "Nire {0} lagunekin nago"},
|
||||
{"fa", "other", "{0} روز"},
|
||||
{"fa", "one", "او {0} فیلم در هفته میبیند که کمدی است."},
|
||||
{"fa", "other", "او {0} فیلم در هفته میبیند که کمدی هستند."},
|
||||
{"fi", "one", "{0} päivä"},
|
||||
{"fi", "other", "{0} päivää"},
|
||||
{"fil", "one", "sa {0} araw"},
|
||||
|
@ -447,7 +448,7 @@ public abstract class PluralRulesFactory {
|
|||
};
|
||||
|
||||
static String[][] overrides = {
|
||||
{"gu,mr,kn,am", "one: n within 0..1"},
|
||||
{"gu,mr,kn,am,fa", "one: n within 0..1"},
|
||||
{"ta,te", "one: n is 1"},
|
||||
{"bn", "one: n within 0..1"},
|
||||
{"en,ca,de,et,fi,gl,it,nl,sv,sw,ur", "one: j is 1"},
|
||||
|
|
Loading…
Add table
Reference in a new issue