Releases: felix-zenk/ResourceBundle
Releases · felix-zenk/ResourceBundle
Release 2.2.0
18 Apr 01:43
Compare
Sorry, something went wrong.
No results found
Release v2.1.0
14 May 20:16
Compare
Sorry, something went wrong.
No results found
Added hints for the python way on i18n
Release v2.0.5
01 Nov 16:27
Compare
Sorry, something went wrong.
No results found
+ 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
26 Oct 13:52
Compare
Sorry, something went wrong.
No results found
* Removed an unnecessary print statement
Known issues:
Issue #3 : Can't use line continuations in .properties files - Fixed in v2.0.5
Release v2.0.2
26 Oct 00:20
Compare
Sorry, something went wrong.
No results found
* Fixed issue #1 (ResourceBundle._path is referenced before assignment)
Known issues:
An unnecessary print statement will be executed for every I/O read of a .properties file - Fixed in v2.0.3
Issue #3 : Can't use line continuations in .properties files - Fixed in v2.0.5
Release v2.0.1
15 Oct 00:44
Compare
Sorry, something went wrong.
No results found
* Fixed a problem where a custom base path would not be passed to parents in the chain
Known issues:
An unnecessary print statement will be executed for every I/O read of a .properties file - Fixed in v2.0.3
Issue #1 : ResourceBundle._path is referenced before assignment - Fixed in v2.0.2
Issue #3 : Can't use line continuations in .properties files - Fixed in v2.0.5
Release v2.0.0
15 Oct 00:25
Compare
Sorry, something went wrong.
No results found
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 .properties files - Fixed in v2.0.5