Class FastGettext::MoFile
In: lib/fast_gettext/mo_file.rb
Parent: Object

Responsibility:

 - abstract mo files for Mo Repository

Methods

[]   empty   new   plural   pluralisation_rule  

Constants

PLURAL_SEPERATOR = "\000"

Public Class methods

Public Instance methods

returns the plural forms or all singular translations that where found

 Car, Cars => [Auto,Autos] or []

[Validate]