torch v3.1.0 Release Notes

Release Date: 2020-04-13 // about 4 years ago
  • ๐Ÿ”– 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!

    Full Changelog

    Closed issues:

    • โœจ Enhance internationalization #143

    ๐Ÿ”€ Merged pull requests: