#Let teammates localize my app with Google Spreadsheets
###In your terminal
$ ppit set docs.google.com
###Then $EDITOR launches. Edit the content like below. // be sure use your actual account
----
username: [email protected]
password: Pa55w0Rd!$
###Put the script in your Xcode project directory structure the below.
- GetLocalizableStringsFromSS.pl
- MyProject.xcodeproj
- Resources/
- Localizations/
- English.lproj/
- Localizable.strings
 
- Japansese.lproj/
- Localizable.strings
 
- Simplified Chinese.lproj/
- Localizable.strings
 
- ...
 
- English.lproj/
 
- Localizations/
- Classes/
- ...
###Create Spreadsheet
| Key | Englsih | Japansese | Simplified Chinese | 
|---|---|---|---|
| Hello | こんにちは | 你好 | |
| SomeLongText | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sagittis mi sed ipsum eleifend commodo. | これは平生ひょろひょろその所有方というものの時を読んないでし。 すでに絶対を話通りはようやくある講演たべからばかりをなりて得るませをも病気なっませですば、なぜにはしですないありあり。 | 头 指人 世界上大约有 使用人数约为, 使用人数约为 客家话因而保留了些中古北方话的特点 吗 同时, 中国国家标准的简称 使用人数大约为总人口的 这与欧洲语言的情况不同 体 徽语 另外 及 | 
If Key  field is empty, English field will be used as key instead.