ロシア語の翻訳のモデル。
[Source]
# File app/models/po_translation_ru.rb, line 29 29: def self.nplurals 30: 3 31: end
# File app/models/po_translation_ru.rb, line 33 33: def self.plural 34: "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)" 35: end
[Validate]