Releases: maximilien/i18n4go
Wu
- Updated dependencies
- Added English localization into source code using i18n4go
- Used
[go-bindata](https://github.com/go-bindata/go-bindata)
to generate bindata for localization files when running the rewrite-package command - Removed
Modified
property in generated localization files - Used i18n4go to validation source code translation as part of CI/CD DevOps flow
Javanese
- All commands now support being called without using -c
- Updates to dependencies
- README.md updated to reflect changes in 1.
Thanks to @Aerex for #99 and prior changes to support COBRA which makes this new version of i18n4go possible.
We are working on a few small changes and will release 1.0 version. Please open any issues if backward compatibility is broken in any way.
German
This release gets us very close to completing milestone: Cobra support
- Cobra fashion pass 1 with #65 by @maximilien
- Cobra fashion pass 2 & 3 #67 by @Aerex
- Make -c optional with #84 by @Aerex
So while Cobra is now fully integrated and used in this release, it is still optional. Big Thanks to @Aerex for the work in getting most of this done and getting us closer to a v2.0 release. Missing a few issues #94 #92 and #90.
Punjabi
- feat(checkup): Added --ignore-regexp opt flag and process variables containing translation strings #60 by Aerex
- fix: Used pkg directory instead of import path if path is a local import #61 by Aerex was merged on Oct 7
- build: Fixed export GOPATH and continue build if greetings action fails #62 by Aerex
- adding Aerex as committer
Japanese
- build(github_action): Set GOPATH env before any Go step #57 [via @Aerex]
- chore: Update golang to 1.18 #56 [via @Aerex]
- feat: Allowed flexible filename format when parsing lang #55 [via @Aerex]
- Fixes panic: flag "-help" begins with - #54 [via @allmightyspiff]
Build are failing due to #58 and I am working on a fix but did not want to wait for the release since seems to be related to running tests in GH actions rather than tests itself. I'll do another release when I have a fix.
Thanks @Aerex and @allmightyspiff for PRs. Best,
Russian
- use gvt for vendoring [via @challiwill]
- add substring match option to extract-strings [via @challiwill]
Bengali
Portuguese
Sync version in binary to version of release and tags. All on v0.2.4
Arabic
Commands
- checkup now has a -q option to pass a qualifier name, this allows the T(...) function to be used as i18n.T(...) or i18n4go.T(...) by passing i18n in the -q call for checkup command
Bugs
- removed main/* since that was redundant compared to i18n4go/*
Improvements
- updated Godeps/*
Hindi
Did not keep track of changes in this release