We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2c90d commit 1fbbc08Copy full SHA for 1fbbc08
.github/workflows/sync.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Apply fuzzy tmx
53
# Apply fuzzy tmx to .po files to fill fuzzy translation candidates
54
- run: vendor/quarkus-l10n-utils/bin/translate-po-files-with-tmx
+ run: vendor/quarkus-l10n-utils/bin/translate-po-files-with-fuzzy-tmx
55
56
- name: Push changes
57
# Commit and Push the .po files updated by fuzzy tmx
0 commit comments