Skip to content

jy95/i18n-tools

Repository files navigation

@jy95/i18n-tools codecov Codacy Badge

CLI to make common operations around i18n files simpler.

  • 👩‍💻 Export i18n files into something else (xlsx, csv, ...)
  • ✨ Turn a file (xlsx, csv, ...) to i18n file(s)
  • 📜 Compare at least two i18n files and generate a report
  • ...

Read more on https://jy95.github.io/i18n-tools/

# Display all available commands
npx @jy95/i18n-tools --help

Contributing

  • If you're unsure if a feature would make a good addition, you can always create an issue first.
  • We aim for 100% test coverage. Please write tests for any new functionality or changes.
  • Any API changes should be fully documented.
  • Make sure your code meets our linting standards. Run npm run lint to check your code.
  • Be mindful of others when making suggestions and/or code reviewing.