アラビア語の翻訳のモデル。
[Source]
# File app/models/po_translation_ar.rb, line 29 29: def self.nplurals 30: 6 31: end
# File app/models/po_translation_ar.rb, line 33 33: def self.plural 34: "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n>=3 && n<=10 ? 3 : n>=11 && n<=99 ? 4 : 5" 35: end
[Validate]