Localizer is a simple tool for search your strings not localized in your project.
$ git clone https://github.com/manucodin/Localizer.git
$ cd Localizer
$ make
🌱 With Mint
$ mint install manucodin/Localizer localizer
🍺 With Homebrew
$ brew tap manucodin/localizer https://github.com/manucodin/Localizer.git
$ brew install localizer
To launch the tool, only write in your terminal (-h if you want see a list with subcommands):
$ localizer compare -l <Your localizables path> -s <Path to search localizables> -u <Show unlocalized keys>
You can user the flag -v
to show all output or only the strings unlocalized number
If you want ignore some keys, you can create a file named .localizerignore
and add these keys in that file with this format
"key1"
"key2"
...
If you want to support this project, you can do some of these
- Press ⭐️. It's a great sign that Localizer is useful
- Share the project 🌍 somewhere with anybody
If you have any questions or feature requests, feel free to open a discussion or an issue.