Releases: gflohr/esgettext
Releases · gflohr/esgettext
German Translation
Bugfix
Init Script
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
- Command-line tools are fixed again.
- Tools have better defaults.
New Configuration and Commands
Clean-up code and documentation.
- You can now configure the package in
esgettext.config.{mjs,cjs,js,json}
or with apackage.json
fieldesgettext
. - The various tools are now unified to one
esgettext
program with commands. Tryesgettext --help
for details. - The default
.json
message catalogue format now uses as filename extensionmo.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
Although still lacking desired functionality, the library is ready to use.