Module FastGettext::Translation
In: lib/fast_gettext/translation.rb

this module should be included Responsibility:

 - direct translation queries to the current repository
 - handle untranslated values
 - understand / enforce namespaces
 - decide which plural form is used

Methods

N_   Nn_   _   n_   ns_   s_  

Public Instance methods

tell gettext: this string need translation (will be found during parsing)

tell gettext: this string need translation (will be found during parsing)

translate pluralized

 some languages have up to 4 plural forms...
 n_(singular, plural, plural form 2, ..., count)
 n_('apple','apples',3)

translate, but discard namespace if nothing was found

 Car|Tire -> Tire if no translation could be found

[Validate]