Skip to content

Commit

Permalink
Remove merging with docs, not needed with Weblate
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 6, 2012
1 parent 4435941 commit 21344f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/update-po
Expand Up @@ -38,9 +38,5 @@ for loc in $LOCS ; do
s/VERSION/'$ver'/;
s/Project-Id-Version: phpMyAdmin .*/Project-Id-Version: phpMyAdmin '$ver'\\n"/;
' po/$loc.po
if [ -f ../localized_docs/po/$loc.po ] ; then
msgmerge --previous -C ../localized_docs/po/$loc.po -U po/$loc.po po/phpmyadmin.pot
else
msgmerge --previous -U po/$loc.po po/phpmyadmin.pot
fi
msgmerge --previous -U po/$loc.po po/phpmyadmin.pot
done

0 comments on commit 21344f9

Please sign in to comment.