Co-authored-by: qwerty287 <ndev@web.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1046
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
This commit is contained in:
qwerty287 2022-02-23 09:49:14 +01:00 committed by M M Arif
parent ae70d5b111
commit 2f4af03c99
2 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,7 @@ push_translations:
script:
- echo "Set up Crowdin CLI"
- cp crowdin.example.yml crowdin.yml
- sed -i 's/-removed-/$CROWDIN_TOKEN/' crowdin.yml
- sed -i 's/-removed-/'"$CROWDIN_TOKEN"'/' crowdin.yml
- echo "Push translations"
- crowdin push

View File

@ -535,7 +535,6 @@
<string name="prDeletedFork">Deleted Fork</string>
<string name="noDataPullRequests">No pull requests found</string>
<string name="prCreator">Creator :\u0020</string>
<string name="editPrText">Edit Pull Request</string>
<string name="copyPrUrlText">Copy Pull Request URL</string>
<string name="editPrNavHeader">Edit Pull Request #%1$s</string>