diff options
Diffstat (limited to 'po/update.sh')
-rwxr-xr-x | po/update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/update.sh b/po/update.sh index 0f8d517b0d..9d7a2d17ca 100755 --- a/po/update.sh +++ b/po/update.sh @@ -6,3 +6,5 @@ xgettext --default-domain=evolution --directory=.. \ && test ! -f evolution.po \ || ( rm -f ./evolution.pot \ && mv evolution.po ./evolution.pot ) + +msgmerge no.po evolution.pot >no-new.po |