Sha256: cac16fd17f798856dcf94fcb5d307658c73805f5c9a662cd9d613f259a7a4d3f
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
1.6.0 -- Remove restrictions around yaml file names 1.1.0 -- translations are no longer eager loaded for improved startup performance, pass `eager_load: true` to preload for example in preforked web server 1.0.0 -- do not enforce attr_accessible unless ProtectedAttributes are loaded 0.9.0 -- reworked internals of caching to be plugable 0.7.0 -- set_locale resets to default locale if none of the available locales was tried to set 0.6.0 -- plurals use singular translations as fallack e.g. you translated 'Axis' then n_('Axis','Axis',1) would return the translation for 'Axis' if no plural translation was found 0.4.14 -- "" is translated as "", not as gettext meta information 0.4.0 -- pluralisation_rules is no longer stored in each repository, only retrived. Added Chain and Logger repository. 0.3.6 -- FastGettext.default_locale= 0.3.5 -- FastGettext.default_text_domain= 0.3.4 -- Exceptions are thrown, not returned when translating without text domain 0.3 -- pluralisation methods accept/return n plural forms, contrary to singular/plural before
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fast_gettext-1.8.0 | CHANGELOG |
fast_gettext-1.7.0 | CHANGELOG |
fast_gettext-1.6.0 | CHANGELOG |