Share and export your Android & iOS Strings resources easily.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.md
android-resources-export.gs

README.md

Android iOS Drive Export

This script aims to help you to manage your strings resources for Android & iOS.

##How it works?

  1. Create a spreadsheet on Google Drive with this model: https://docs.google.com/spreadsheets/d/1H3QRgSZC_27smVWyLGmQlqPwcvyXOO24Sth3-97jkHc
  2. Go to Tools => Script Editor and paste the script.
  3. Run the method "exportResources".

The script will generate the next folders & files:

/App Name
  /Android
    /values-en
      /strings.xml
    /values-fr
      /strings.xml
    ...
  /iOS
    /Localizable_EN.strings
    /Localizable_FR.strings
    ...