Class PoTranslationZh
In: app/models/po_translation_zh.rb
Parent: PoTranslation

中国語の翻訳のモデル。

Methods

nplurals   plural  

Public Class methods

[Source]

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

[Source]

    # File app/models/po_translation_zh.rb, line 33
33:   def self.plural
34:     "0"
35:   end

[Validate]