Skip to content

Commit

Permalink
Show Source String change for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Jan 14, 2025
1 parent 3640be2 commit a7f6043
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 a7f6043

Please sign in to comment.