Stringsync for Xcode
p/stringsync-for-xcode
Automatically translate, and synchronize '.strings' files
Teo

strsync — Localization resource synchronizer & translator for Xcode

1

Automatically translate and synchronize your '.strings' files in your Xcode project. The basic concept of this python CLI tool is straightforward file name based one-way synchronizer.

Today, install strsync,

$ sudo pip install strsync

Replies
Best
Teo
The basic concept of this python CLI tool is straightforward file name based one-way synchronizer. If you are running, other localized resources will have the same key with automatically translated strings. Of course, string on the key that already exists will not be modified at all. installation: $ sudo pip install strsync