Skip to content

Commit

Permalink
NXDRIVE-2807: Fix translation job on Crowdin (#3709)
Browse files Browse the repository at this point in the history
* Update crowdin.yml
  • Loading branch information
swetayadav1 authored Dec 9, 2022
1 parent bf38a71 commit 16106fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Crowdin Action
uses: crowdin/github-action@1.2.0
uses: crowdin/github-action@1.4.8
with:
# Tokens
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
Expand Down
1 change: 0 additions & 1 deletion nxdrive/data/i18n/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,5 +392,4 @@
"WRONG_CHANNEL": "You are running version %1 which is from the \"%2\" channel, but your current channel is \"%3\". Do you want to downgrade to the latest version of your current channel, or switch channels?",
"WRONG_CHANNEL_HEADER": "Wrong channel detected.",
"YES": "Yes"

}

0 comments on commit 16106fa

Please sign in to comment.