Skip to content

Releases: felix-zenk/ResourceBundle

Release 2.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Apr 01:43
Update README.md

Release v2.1.0

Choose a tag to compare

@github-actions github-actions released this 14 May 20:16
Added hints for the python way on i18n

Release v2.0.5

Choose a tag to compare

@github-actions github-actions released this 01 Nov 16:27

+ 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

Choose a tag to compare

@github-actions github-actions released this 26 Oct 13:52

* 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

Choose a tag to compare

@github-actions github-actions released this 26 Oct 00:20

* 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

Choose a tag to compare

@github-actions github-actions released this 15 Oct 00:44

* 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

Choose a tag to compare

@github-actions github-actions released this 15 Oct 00:25

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