Skip to content

Commit

Permalink
add missing clear_fuzzy_entries.sh script (#1758)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
jerabekjiri authored Jun 6, 2023
1 parent bef2853 commit 299c087
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/scripts/clear_fuzzy_entries.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e

for lang in galaxy_ng/locale/* ; do
msgattrib --clear-fuzzy --empty -o $lang/LC_MESSAGES/django.po $lang/LC_MESSAGES/django.po
done

0 comments on commit 299c087

Please sign in to comment.