You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add po message catalog implementation
* add po parser for i18n cmd
* add po merge function
* add command to generate en po file from source
* add command to update local po files with en catalog change
* add task to generate po files
* add locale option for i18n
* add dependencies for i18n
* add unit test for i18n
* add godoc to exported fields
* add rice box for i18n messages
* add readme for i18n module
* update README to add instruction to install go-rice
* remove warning log in case locale is not found
* add command to pull and push translation files from/to transifex
* remove unused import
* dont generate new rice file if there are no translation changes
* add copyright headers
* use 'tr' function call as indicator for translations
* adding documentation to pull,push translations and adding new languages
* push only the reference translation catalog
* add check on PR for updated catalog not commited
* push message catalog to transifex
* pull translations fro transifex weekly
* get locale identifier from diferent OSes
* get locale identifier from diferent OSes
* match locale algo
* add locale match test
* preserve LF in translation string unchanged
* init config before executing command
* create arduino cmd dynamically
* make all command init dynamically
* save all message occurrences in catalog
* add translatable cli usage template
* add messages for cli usage template
* remove standalone i18n message check
* add more i18n tests
* fix po parsing correctness and implement tests
* fix configuration path search tests
* update catalog command to find go files
* update catalog with new path
* fix docsgen command
* remove dependency on shell script for windows compat
* fix test workflow
* update setup-go to v2
* fail i18n:check task if catalog was not updated
* replace windows separator with forward slash
* use filepath function to translate windows paths
* only update en catalog
0 commit comments