Skip to content

Commit

Permalink
Merge pull request #523 from uyuni-project/show-source-string-change
Browse files Browse the repository at this point in the history
Show Source String change for translations
  • Loading branch information
mcalmer authored Jan 15, 2025
2 parents 5b850aa + a7f6043 commit 2dbde64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_strings
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for MODULE in mgrctl mgradm mgrpxy shared; do
# Update the po files
for PO in locale/${MODULE}/*.po; do
echo -n "Update ${PO}"
if msgmerge --no-wrap --update ${PO} locale/${MODULE}/${MODULE}.pot;
if msgmerge --previous --no-wrap --update ${PO} locale/${MODULE}/${MODULE}.pot;
then
if test -f ${PO}~; then
rm ${PO}~
Expand Down

0 comments on commit 2dbde64

Please sign in to comment.