struct Gettext::Translations
- Gettext::Translations
- Struct
- Value
- Object
Defined in:
gettext.crConstructors
Instance Method Summary
- #find(localedir)
- #getlanguage(string)
- #gettext(language : String, message : String) : String
- #gettext(language : Language, message : String) : String
- #ngettext(language : String, singular : String, plural : String | Nil, n : Int32) : String
- #ngettext(language : Language, singular : String, plural : String | Nil = nil, n : Int32 = 1) : String
- #translations : Hash(Language, Locale)
- #translations=(translations : Hash(Language, Locale))