auto_localize
Auto translate Localizable.strings for multiple languages in Xcode
Usage
- put your origin Localizable.strings file in folder
- pip3 install googletrans
- python3 strings.py
how to set origin languge
you can use -o
to set your origin language,
for example python3 strings.py -o fr
,
the default origin is english
how to add more language
update LanguageCodes.txt to add or remove support languages