Skip to content

Releases: felix-zenk/ResourceBundle

Release 2.2.0

18 Apr 01:43

Choose a tag to compare

Update README.md

Release v2.1.0

14 May 20:16

Choose a tag to compare

Added hints for the python way on i18n

Release v2.0.5

01 Nov 16:27

Choose a tag to compare

+ 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

Choose a tag to compare

* 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

Choose a tag to compare

* 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

Choose a tag to compare

* 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

Choose a tag to compare

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