arb_tooling 0.0.6
arb_tooling: ^0.0.6 copied to clipboard
A Dart tool to translate from CSV to ARB and viceversa. It can fetch the CSV file from URL too.
0.0.6 #
- feat(from_csv): add
--jsonflag to generate files with.jsonextension. - fix(from_csv): do not generate meta key if
descriptionandplaceholdersare empty.
0.0.5 #
- fix: commands in docs having a typo.
- fix:
version.dartnot being generated after build. - fix:
placeholderswere not being generated. - fix: take into account if outputDir has trailing slash already.
0.0.4 #
- build: Downgrade
metadependency to1.7.0
0.0.3 #
- docs: Restructured README.md
- fix: Logo in README.md
- chore: Added binary to
bindirectory
0.0.2 #
- feat: Generate ARB files from a CSV file
- feat: Generate ARB files from URL which hosts a CSV file
- feat: Generate CSV file from ARB files