Class PoTranslationEn
In: app/models/po_translation_en.rb
Parent: PoTranslation

英語の翻訳のモデル。

Methods

nplurals   plural  

Public Class methods

[Source]

    # File app/models/po_translation_en.rb, line 29
29:   def self.nplurals
30:     2
31:   end

[Source]

    # File app/models/po_translation_en.rb, line 33
33:   def self.plural
34:     "(n != 1)"
35:   end

[Validate]