Skip to content

masakazozaki/LocalizeGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LocalizeGen

auto-generate-localizeString from google spread sheet to iOS and Android Projects

Description

simple automation scripts to create localizableString files to iOS and Android.

日本語での詳しい使い方はこちら(Detailed Usage in Japanese) -> https://qiita.com/MasakazOzaki/private/96401c5404c943aed666

Requirement

  • Python3
    • No third party libraries required.
  • URL SHARED Google Spread Sheet's Id

Usage

$ 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)

example

$ python3 LocalizeGen.py ios 1A_i8k20E9lMLhziQ0ZrD4k_UcSbCKgKeKJIdPEeM5XQ /Resources

Google Spread Sheet Settings

  • sample
  • sheet ID Location in Sheet URL
    • https://docs.google.com/spreadsheets/d/1A_i8k20E9lMLhziQ0ZrD4k_UcSbCKgKeKJIdPEeM5XQ/edit#gid=0

Contribution

Contributions are more than welcome!

  1. Fork it
  2. Create your feature branch (git checkout -b hogehoge)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin hogehoge)
  5. Create new Pull Request

Licence

MIT LICENSE

Author

Masakaz Ozaki masakaz@ieee.org

About

auto-generate-localizeString from google spread sheet to iOS and android Projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages