Go to file
BackNotGod d4d7d317e9
Update README.md
2017-11-24 17:40:11 +08:00
Packages add progree bar, add test spectre 2017-03-17 13:23:30 +08:00
Sources fix bug 2017-07-14 10:41:55 +08:00
Tests/CommandLineToolTests update release 1.0.1 2017-04-08 16:56:05 +08:00
localizationCommand.xcodeproj x 2017-03-21 17:37:27 +08:00
.gitignore gitignore 2017-03-21 11:51:43 +08:00
LICENSE Create LICENSE 2017-03-21 16:26:47 +08:00
Package.swift add progree bar, add test spectre 2017-03-17 13:23:30 +08:00
README.md Update README.md 2017-11-24 17:40:11 +08:00
install.sh suport sh 2017-04-17 17:12:39 +08:00

README.md

localizationCommand description

Command Line for localization (Supported OC and swift) , Instead of genstrings。

Usage:

The simplest way to install the localizationCommand command-line tool is via Homebrew. If you already have Homebrew installed, just type

> brew update
> brew tap BackNotGod/localizationCommand && brew install localizationCommand

or

> git clone https://github.com/BackNotGod/localizationCommand.git
> cd localizationCommand
> ./install.sh

How to use it ?

localizationcommand -h
  -h, --help:
      Prints a help message.
  -e, --exceptPath:
      exceptPath paths which should not search in.
  -p, --projectPath:
      projectPath paths which should search in.
  -v, --version:
      version.
  -a, --append:
      append to the file context.
  -r, --replace:
      replace to the file context.

So,if you want to scan for your iOS project with localizationCommand, For example:

localizationcommand -p "Your pro path" -e "paths you don`t wanna scan for"

And,localizationCommand support two model to write to Localizable.strings file (default is replace model):

  -a, --append:
      append to the file context.
  -r, --replace:
      replace to the file context.

Then,localizationCommand can wirte the additional infomation to Localizable.strings file , like this:

 /* EXTableViewCell : "comment" */
 "xxx" = "xxxx";

if your NSLocalizedString(key: String, comment: String)->String is Ambiguous At the end of commandline ,it will print:

NSObject+RACSelectorSignal.m: 
"A race condition occurred implementing %@ on class %@"
RACSignal+Operations.m: 
"No matching signal found for value %@"

More info

http://www.jianshu.com/p/a9ec43123860

License

localizationCommand is released under the MIT license. See LICENSE for details.