lib/russian/locale/pluralize.rb in russian-0.0.1 vs lib/russian/locale/pluralize.rb in russian-0.0.2
- old
+ new
@@ -1,7 +1,10 @@
{
:'ru-RU' => {
:pluralize => lambda { |n|
+ # Правило плюрализации для русского языка, взято из CLDR, http://unicode.org/cldr/
+ #
+ #
# Russian language pluralization rules, taken from CLDR project, http://unicode.org/cldr/
#
# one -> n mod 10 is 1 and n mod 100 is not 11;
# few -> n mod 10 in 2..4 and n mod 100 not in 12..14;
# many -> n mod 10 is 0 or n mod 10 in 5..9 or n mod 100 in 11..14;
\ No newline at end of file