Skip to content

Releases: dakusan/gol10n

Moved around package structures

18 Dec 01:45
Compare
Choose a tag to compare

Warning: This release has very minor breaking changes when coding (not in the executable or file outputs though)

Moved execute, watch, and load_compiled packages up a level from translations package.

CLI exit code; Timestamps during watch

13 Dec 22:35
Compare
Choose a tag to compare

Updates:

  • Added exit codes for CLI (0=success, 1=fail)
  • Added current date+time on --watch “Change ... occurred” messages

Documentation:

  • Added printf specifier character [verb] to variable types
  • LICENSE: Fixed incorrect package name on spf13/pflag

Added “load_compiled” package and “GoDictHeader” setting

12 Dec 09:14
Compare
Choose a tag to compare

Added translate.load_compiled package:

Functions in this package read in languages from compiled files with just the language identifier given. They are primarily here for when the gol10n_read_compiled_only build tag is specified, as they handle the same kind of shortcut functionality as the automatic functions, which are not included when gol10n_read_compiled_only build tag is specified.

Added “GoDictHeader” setting:

Extra code included just above the const in generated Go dictionary files.

Bug fixes:

  • Fixed compile bug when build tag gol10n_read_compiled_only is used

Other updates:

  • Misc documentation updates
  • Added Language.String() [for debugging]

Very minor update

09 Dec 07:52
Compare
Choose a tag to compare

Added note to use --create-settings when settings file does not exist

v1.0 Initial Release

08 Dec 05:01
Compare
Choose a tag to compare

This is a highly space and memory optimized l10n (localization) library for Go (GoLang) pronounced “Goal Ten”.

Translation strings are held, per language, in text files (either YAML or JSON), and compile into .gtr or .gtr.gz (gzip compressed) files.