1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-04-11 01:07:18 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Goutte
d995d9fd4e feat(i18n): test the locales using the appropriate build flag 2025-02-02 11:44:02 +01:00
Goutte
4a45b27a39 chore(i18n): lint 2025-02-02 11:44:02 +01:00
Goutte
d5cb9699a3 feat(i18n): only embed locale files when using the build tag 'locales' 2025-02-02 11:44:02 +01:00
Goutte
dfa07b5f3a feat(i18n): implement localization using gettext files
- Recipe to extract new translations from the Go code: `make i18n_extract`
- Embedded `MO` files
- Detect language from environment variables
- Some strings were pluralized
2025-02-02 11:43:59 +01:00