Version 3.1.0
Version 3.1.0 mainly contains updates and changes to how Torch does internationalization (i18n).
Previously Torch had built-in support for locale files using native Gettext
features. While this is fairly standard, Torch only had English and Russian translation files. The version 3.1 update adds support for Torch users to be able to dynamically configure their own "localization" backend to add customized translations or messaging into the system.
We would ask users to continue submitting back official Pull Requests with new locale files if you are customizing the messaging into a known language, so that other users can take advantage.
A big thanks to @brunvez for spear-heading this work and getting this merged as well as adding a Spanish locale file to Torch!
Closed issues:
- Enhance internationalization #143
Merged pull requests:
- Allow configuring a messages backend #145 (cpjolicoeur)
- Update version in README #138 (mitchellhenke)