manucodin / Localizer

Simple Swift Command Line Tool for localizables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localizer

GitHub Workflow Status Swift Version Platform Mint Homebrew

Localizer is a simple tool for search your strings not localized in your project.

Installation

From Source

$ 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

Using 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

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"
...
❤️ Support

If you want to support this project, you can do some of these

  1. Press ⭐️. It's a great sign that Localizer is useful
  2. Share the project 🌍 somewhere with anybody

If you have any questions or feature requests, feel free to open a discussion or an issue.

About

Simple Swift Command Line Tool for localizables

License:MIT License


Languages

Language:Swift 97.1%Language:Ruby 1.6%Language:Makefile 1.3%