Features:
- Export .strings files from Xcode project to Google Sheets
- Import .strings files from Google Sheets to Xcode project
- Sending messages to Slack
- Go to Google API Console
- Create new project
- Go to API's overview
- Add Google Drive API
- Add Google Sheets API
- Go to Manage in Google Drive API
- Open Credentials -> Create Credentials -> Service account
- Enter name for your project
- For role select Basic -> Editor
- Click on the Service account you just created
- Go to Keys -> Create new key -> JSON
- Save your creds.json file
Download the example and update it for your needs.
To get the tag_id to your colleague's account is Slack and tap "Copy memeber ID"
Import:
python3 localizer/sources/main.py import -p ./MyProject.xcodeproj -c ./creds.json -y ./lconfig.yml
Export:
python3 localizer/sources/main.py export -p ./MyProject.xcodeproj -c ./creds.json -y ./lconfig.yml