Swift国际化: 增量更新Localizable.strings

BartyCrouch

Github BartyCrouch

BartyCrouch incrementally updates your Strings files from your Code and from Interface Builder files. "Incrementally" means that BartyCrouch will by default keep both your already translated values and even your altered comments.

使用方法

cd ~/yourProject
//这样就不会国际化Pod目录的文件, -k表示value等于key
bartycrouch code -p ./yourProjectName -l ./ -k
BartyCrouch: Successfully updated strings file(s) of Code files.

用完, 顿时感觉生命再次充满希望.

你可能感兴趣的:(Swift国际化: 增量更新Localizable.strings)