Guest User

Untitled

a guest
Mar 6th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. java -jar ../scripts/localization_fetcher.jar \
  3. --platform "android" \
  4. --spreadsheet "1yfyzhgLm0X3H9MbUWgk3Nu6up6MpstJhulgM_iRRP5I" \
  5. --tab "localizations_$1" \
  6. --resources "../app/src/main/res" \
  7. --default-localization "en" \
  8. --default-localization-path "src/main/res/values/$2_res.xml" \
  9. $3
  10.  
  11. commandLine '../scripts/localizations_fetcher.sh', "analytics", "analytic_events"
Advertisement
Add Comment
Please, Sign In to add comment