Skip to content

Releases: Alusus/I18n

0.2.3

18 Aug 02:20
Compare
Choose a tag to compare

Fixed a PO parsing bug caused by \r chars.

Fixed a bug in parsing PO files where \r characters cause omitting other lines in multiple line strings.

0.2.2

15 Jun 02:01
b36878f
Compare
Choose a tag to compare

Fixed a bug with missing newlines at the end of PO files.

0.2.1

02 May 07:45
f09421e
Compare
Choose a tag to compare

Enabled loading strings from multiple PO files.

0.2.0

25 Nov 02:38
Compare
Choose a tag to compare

Added TextAssets and isRightToLeft.

  • Added TextAssets template class for easily loading text assets for multiple languages without having to manually define a class for them.
  • Added isRightToLeft function to detect whether a certain language is written from right to left.

0.1.1

14 Oct 21:01
Compare
Choose a tag to compare

Added missing use statement.

0.1.0

18 Apr 11:03
Compare
Choose a tag to compare

Initial release.