Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 01:14
· 1 commit to main since this release

Changelog

  • 094aec8 chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • d715f33 chore(deps): bump google.golang.org/api from 0.214.0 to 0.219.0
  • 5daef69 chore: Update goreleaser to dont use deprecated property and remove dist/ directory with 'make clean' command
  • 9335398 ci: Add dependabot to check for go.mod updates weekly
  • b91982c feat: Add --all flag to 'check' and 'normalize' commands. To get translations from ALL modules of the project
  • c673740 feat: Add --print-only boolean flag to translation cmd. Only print and not write to the files
  • 4d23989 feat: Add keys incosistencies between resource files with 'check' cmd
  • 5a832e2 feat: Add new key using translations sorted if the file is already sorted by keys, otherwise, will add in the last position
  • 295d7b6 feat: Validate if passed key is correct in 'translate' and 'remove' commands
  • f522419 refactor: Refactor error handling to always return an error and commands run with RunE, also create test for commands to check if the directory is an android project