Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- java -jar ../scripts/localization_fetcher.jar \
- --platform "android" \
- --spreadsheet "1yfyzhgLm0X3H9MbUWgk3Nu6up6MpstJhulgM_iRRP5I" \
- --tab "localizations_$1" \
- --resources "../app/src/main/res" \
- --default-localization "en" \
- --default-localization-path "src/main/res/values/$2_res.xml" \
- $3
- commandLine '../scripts/localizations_fetcher.sh', "analytics", "analytic_events"
Advertisement
Add Comment
Please, Sign In to add comment