Skip to content

Instantly share code, notes, and snippets.

@cmargonis
Created March 17, 2020 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmargonis/b8b4d4c8eed5fa9840d9adecaf25afca to your computer and use it in GitHub Desktop.
Save cmargonis/b8b4d4c8eed5fa9840d9adecaf25afca to your computer and use it in GitHub Desktop.
Localization plugin configuration
transifexLocalization {
auth = 'your-api-key'
resourceSlug = 'your-resource-path-here'
projectSlug = 'your-project-name-here'
localesMap = [:]
// example localization matchings
localesMap['main/res/values'] = 'en'
localesMap['greece/res/values'] = 'el_GR'
localesMap['colombia/res/values'] = 'es_CO'
localesMap['chile/res/values'] = 'es_CL'
srcDir = "${projectDir}/src"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment