Merge pull request #15 from manucodin/develop 1.0.6
Merge pull request #15 from manucodin/develop
1.0.6
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
$ mint install manucodin/Localizer localizer
$ 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>
You can user the flag -v to show all output or only the strings unlocalized number
-v
If you want ignore some keys, you can create a file named .localizerignore and add these keys in that file with this format
.localizerignore
"key1" "key2" ...
If you want to support this project, you can do some of these
If you have any questions or feature requests, feel free to open a discussion or an issue.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Localizer
Localizer is a simple tool for search your strings not localized in your project.
Installation
From Source
🌱 With Mint
🍺 With Homebrew
Using Localizer
To launch the tool, only write in your terminal (-h if you want see a list with subcommands):
You can user the flag
-v
to show all output or only the strings unlocalized numberIf you want ignore some keys, you can create a file named
.localizerignore
and add these keys in that file with this format❤️ Support
If you want to support this project, you can do some of these
If you have any questions or feature requests, feel free to open a discussion or an issue.