Class PoTranslationFr
In: app/models/po_translation_fr.rb
Parent: PoTranslation

フランス語の翻訳のモデル。

Methods

nplurals   plural  

Public Class methods

[Source]

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

[Source]

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

[Validate]