You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG 861B

12345678910111213141516171819
  1. == Version 1.1 (28 May 2006)
  2. * The charset for each and/or all languages can now be easily configured.
  3. * Added a ActionController filter that auto-detects the client language.
  4. * The rake task "sort" now merges lines that match 100%, and warns if duplicate keys are found.
  5. * Rule support. Create flexible rules to handle issues such as pluralization.
  6. * Massive speed and stability improvements to development mode.
  7. * Added Russian strings. (Thanks to Evgeny Lineytsev)
  8. * Complete RDoc documentation.
  9. * Improved helpers.
  10. * GLoc now configurable via get_config and set_config
  11. * Added an option to tell GLoc to output various verbose information.
  12. * More useful functions such as set_language_if_valid, similar_language
  13. * GLoc's entire internal state can now be backed up and restored.
  14. == Version 1.0 (17 April 2006)
  15. * Initial public release.