Skip to content

Commit

Permalink
add missing clear_fuzzy_entries.sh script (#1758) (#1760)
Browse files Browse the repository at this point in the history
No-Issue

(cherry picked from commit 299c087)

Co-authored-by: Jiří Jeřábek (Jiri Jerabek) <[email protected]>
  • Loading branch information
patchback[bot] and jerabekjiri authored Jun 7, 2023
1 parent 91029c1 commit 4e12f94
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 4e12f94

Please sign in to comment.