Fix CI... (#1046)
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:
parent
ae70d5b111
commit
2f4af03c99
|
@ -83,7 +83,7 @@ push_translations:
|
||||||
script:
|
script:
|
||||||
- echo "Set up Crowdin CLI"
|
- echo "Set up Crowdin CLI"
|
||||||
- cp crowdin.example.yml crowdin.yml
|
- 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"
|
- echo "Push translations"
|
||||||
- crowdin push
|
- crowdin push
|
||||||
|
|
||||||
|
|
|
@ -535,7 +535,6 @@
|
||||||
|
|
||||||
<string name="prDeletedFork">Deleted Fork</string>
|
<string name="prDeletedFork">Deleted Fork</string>
|
||||||
<string name="noDataPullRequests">No pull requests found</string>
|
<string name="noDataPullRequests">No pull requests found</string>
|
||||||
<string name="prCreator">Creator :\u0020</string>
|
|
||||||
<string name="editPrText">Edit Pull Request</string>
|
<string name="editPrText">Edit Pull Request</string>
|
||||||
<string name="copyPrUrlText">Copy Pull Request URL</string>
|
<string name="copyPrUrlText">Copy Pull Request URL</string>
|
||||||
<string name="editPrNavHeader">Edit Pull Request #%1$s</string>
|
<string name="editPrNavHeader">Edit Pull Request #%1$s</string>
|
||||||
|
|
Loading…
Reference in New Issue