e41420fdde
+ Install as a Ruby gem. * Support Ukrainian(ua), Hungarian(hu) * JRuby supported. * Become a pure ruby library (Remove .so extention). * Locale modules separate from lib/gettext/ to lib/locale/. * Locale modules are refactored. System locales become read only. * Fix bugs. * Enhance to support Ruby on Rails. * error_messages_for can accept custom error dialog messages. * Add GetText::Rails.available_locales, .normalized_locale and fragment_cache_key/expire_fragment reimplement to use these methods to restrict cached locale files.
3 lines
192 B
Text
3 lines
192 B
Text
Ruby-gettext is a localization library and tools which is modeled after
|
|
the GNU gettext package. It converts the messages to localized messages
|
|
properly using client-side locale information.
|