Skip to content

Commit

Permalink
[GitHub Actions] Tweak crowdin_download_translations
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Jun 8, 2024
1 parent cf71089 commit 7f6bb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin_download_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ jobs:
# For warzone2100.pot:
find po -name '*.po' -type f -maxdepth 1 \
-exec \
msgmerge '--no-wrap' '--width=1' '--update' '{}' 'po/warzone2100.pot' ';'
msgmerge '--no-wrap' '--width=1' '--output-file={}' '{}' 'po/warzone2100.pot' ';'
# For warzone2100_guide.pot:
find po/guide -name '*.po' -type f -maxdepth 1 \
-exec \
msgmerge '--no-wrap' '--width=1' '--update' '{}' 'po/guide/warzone2100_guide.pot' ';'
msgmerge '--no-wrap' '--width=1' '--output-file={}' '{}' 'po/guide/warzone2100_guide.pot' ';'
# 2.) Cleanup untranslated .po files
# For warzone2100.pot:
Expand Down

0 comments on commit 7f6bb16

Please sign in to comment.