Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jy95/i18n-tools

🧰CLI to make common operations around i18n files simpler.
https://github.com/jy95/i18n-tools

cli csv hacktoberfest i18n internationalization localization nodejs translation utility xlsx

Last synced: 1 day ago
JSON representation

🧰CLI to make common operations around i18n files simpler.

Awesome Lists containing this project

README

        

# @jy95/i18n-tools [![codecov](https://codecov.io/gh/jy95/i18n-tools/branch/master/graph/badge.svg?token=PQDE2R2GYR)](https://codecov.io/gh/jy95/i18n-tools) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/95593519673143d6a1e475c1d2c4332c)](https://www.codacy.com/gh/jy95/i18n-tools)

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/](https://jy95.github.io/i18n-tools/)

```bash
# 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](https://github.com/jy95/i18n-tools/issues/new) 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.