Skip to content

Releases: gflohr/esgettext

German Translation

24 Jun 17:49
Compare
Choose a tag to compare

The tools are now fully translated into German.

Bugfix

23 Jun 14:44
Compare
Choose a tag to compare

Fixed the caes that scripts po:update-po and po:install failed because of wrong defaults.

Init Script

23 Jun 13:11
Compare
Choose a tag to compare

This release brings the following changes:

  • New command esgettext init for scaffolding the translation workflow.
  • The parser now recognizes .mjs and .cjs files.
  • New command esgettext add-language for instructions on adding a language.

Better Defaults

21 Jun 15:51
Compare
Choose a tag to compare
  • Command-line tools are fixed again.
  • Tools have better defaults.

New Configuration and Commands

19 Jun 07:42
Compare
Choose a tag to compare

Clean-up code and documentation.

  • You can now configure the package in esgettext.config.{mjs,cjs,js,json} or with a package.json field esgettext.
  • The various tools are now unified to one esgettext program with commands. Try esgettext --help for details.
  • The default .json message catalogue format now uses as filename extension mo.json. Catalogues in .json format contain just conventional key/value pairs.
  • Runtime library no generates methods.
  • Removed assets/ in default search path for locale on server
  • Fixed browser bundling.
  • Clarifications in README.

First Public Release

12 Jun 10:25
Compare
Choose a tag to compare

Although still lacking desired functionality, the library is ready to use.