auto-generate-localizeString from google spread sheet to iOS and Android Projects
simple automation scripts to create localizableString files to iOS and Android.
日本語での詳しい使い方はこちら(Detailed Usage in Japanese) -> https://qiita.com/MasakazOzaki/private/96401c5404c943aed666
- Python3
- No third party libraries required.
- URL SHARED Google Spread Sheet's Id
$ python3 LocalizeGen.py {ios or android} {Spread Sheet Id} {Output Path(relative path)}
Just running script with 3 argument (platformName(ios
or android
), Spread Sheet Id, Output Path)
$ python3 LocalizeGen.py ios 1A_i8k20E9lMLhziQ0ZrD4k_UcSbCKgKeKJIdPEeM5XQ /Resources
- sample
- sheet ID Location in Sheet URL
https://docs.google.com/spreadsheets/d/
1A_i8k20E9lMLhziQ0ZrD4k_UcSbCKgKeKJIdPEeM5XQ/edit#gid=0
Contributions are more than welcome!
- Fork it
- Create your feature branch (git checkout -b hogehoge)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin hogehoge)
- Create new Pull Request