Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrudul Tora committed Feb 22, 2021
2 parents f90a6d2 + 8bf08bf commit 8f21eeb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ jobs:
with:
upload_translations: true
download_translations: true
pull_request_labels: 'translations'
skip_untranslated_strings: false
skip_untranslated_files: false
commit_message: 'New Crowdin translations by Github Action'
pull_request_title: 'New Crowdin translations to review and merge'
project_id: 441714
token: b56afc7b4872a971c819ae49f409bba5fe79603b4b0dadc0178ff795e59bbdf93c48dc8602fbce1c
token: 8aeab7e4060222ec22dd074a8fa6a29dc034c4870be4dc3cd38de39ebcd291f9aa5926fb9651fec6

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.firebase:firebase-crashlytics:17.3.0'
implementation 'com.google.firebase:firebase-analytics:18.0.0'
implementation 'com.google.firebase:firebase-analytics:18.0.2'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
Expand Down
4 changes: 3 additions & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
files:
- source: /app/src/main/res/values/strings.xml
translation: /app/src/main/res/values-%android_code%/%original_file_name%
translation: /app/src/main/res/values-%two_letters_code%/%original_file_name%
translate_attributes: 0
content_segmentation: 0

0 comments on commit 8f21eeb

Please sign in to comment.