Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Add crowdin yaml
Browse files Browse the repository at this point in the history
Remove fake api key

Use android language code

Ignore translation branch

Disable publishing on translation branch

Move path to file

Revert

Add strings xml

Add comma
  • Loading branch information
AllanWang committed Nov 13, 2017
1 parent 63d8779 commit 06f57db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ android:
licenses:
- ".+"
after_success:
- chmod +x ./generate-apk-release.sh; ./generate-apk-release.sh
- if [ "$TRAVIS_BRANCH" != "l10n_dev" ]; then chmod +x ./generate-apk-release.sh; ./generate-apk-release.sh; fi
script:
- cd $TRAVIS_BUILD_DIR/
- printf "Starting script\n"
Expand Down
16 changes: 16 additions & 0 deletions crowdin.yaml
@@ -0,0 +1,16 @@
"project_identifier": "frost-for-facebook"
"base_path": "/app/src/main/res"

"files": [
{
"source" : "/values/strings.xml",
"translation" : "/values-%android_code%/%original_file_name%"
},
{
"source" : "/values/strings_*.xml",
"translation" : "/values-%android_code%/%original_file_name%",
"ignore" : [
"/values/strings_no_translate.xml"
]
}
]

0 comments on commit 06f57db

Please sign in to comment.