Releases: felix-zenk/ResourceBundle
Releases · felix-zenk/ResourceBundle
Release list
Release 2.2.0
Update README.md
Release v2.1.0
Added hints for the python way on i18n
Release v2.0.5
+ Added support for line continuations denoted by \ at the end of the line
+ Added support for escape sequences (escaped with \)
* Fixes issue #3
Release v2.0.3
* Removed an unnecessary print statement
Known issues:
- Issue #3: Can't use line continuations in
.propertiesfiles - Fixed in v2.0.5
Release v2.0.2
Release v2.0.1
* Fixed a problem where a custom base path would not be passed to parents in the chain
Known issues:
Release v2.0.0
Note: ResourceBundle v1.* code may be unuseable with this release
Known issues:
- A base path other than
.will not be passed to parents in the chain - Fixed in v2.0.1 - Arbitrary bundle names are accepted, even if the corresponding files do not exist - Fixed in v2.0.1
- Issue #3: Can't use line continuations in
.propertiesfiles - Fixed in v2.0.5