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: 18 days ago
JSON representation
🧰CLI to make common operations around i18n files simpler.
- Host: GitHub
- URL: https://github.com/jy95/i18n-tools
- Owner: jy95
- License: gpl-3.0
- Created: 2021-08-07T14:17:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T22:09:32.000Z (24 days ago)
- Last Synced: 2025-04-07T22:32:24.367Z (24 days ago)
- Topics: cli, csv, hacktoberfest, i18n, internationalization, localization, nodejs, translation, utility, xlsx
- Language: TypeScript
- Homepage: https://jy95.github.io/i18n-tools/
- Size: 9.44 MB
- Stars: 37
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @jy95/i18n-tools [](https://codecov.io/gh/jy95/i18n-tools) [](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.