Module: Localite::SymbolAdapter
- Defined in:
- lib/localite.rb
Overview
Translating a string:
If no translation is found we try to translate the string in the base language. If there is no base language translation we raise areturn the string, assuming a base language string.
Instance Method Summary collapse
- #t(*args) ⇒ Object
-
#t?(*args) ⇒ Boolean
returns nil, if there is no translation.