Files | Admin

Notes:

Release Name: Ruby-GetText-Package-1.6.0

Notes:

 * Support Chinese(zh_CN), Italian(it).
 * Improve the way to manage textdomains.
    * A class/module can have plural textdomains.
    * A textdomain belong to a class/module.
    * A class/module can have plural textdomains.
    * A message is looked up in its class/module and ancestors.

      You don't need to call bindtextdomain in each files.
      # A textdomain belong to a file in previous version.
      # And a message is looked up in the file which called 
      # GetText functions only.
 * Fix bugs
 * Samples are cleaned up.


Changes: