Created
March 17, 2020 19:25
-
-
Save cmargonis/b8b4d4c8eed5fa9840d9adecaf25afca to your computer and use it in GitHub Desktop.
Localization plugin configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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