Important
This project is a work in progress. As such, it is not ready for production use and does not currently support many useful features such as string interpolation.
Globify is a blazing-fast CLI tool designed to simplify and accelerate the internationalization (i18n) process for your applications. Whether you're building a web app, mobile app, or any software product that needs to reach a global audience, Globify makes localization a breeze! π
Make sure you have on the current directory a globify.config.json
file with the following structure:
{
"translationType": "...",
"languages": ["..."],
"baseLanguage": "...",
"fileExtension": "json",
"folder": ".../..."
}
And a .env
file with the following structure:
DEEPL_API_KEY=...
After that, run the following command:
globify
We welcome contributions! If you'd like to help improve Globify, please fork the repository and submit a pull request. Here are some ways you can contribute:
- Report bugs or issues
- Suggest features
- Improve documentation
- Contribute code
This project is licensed under the GNU General Public License 3.0.
If you have any questions or need assistance, feel free to open an issue in this repository, and weβll be happy to help!
Stay updated on the latest features and improvements:
- Follow me on GitHub
- Join our community discussions
Thank you for choosing Globify! Together, let's make the world a more connected place through better localization!