diff options
author | Jesus Bravo Alvarez <jba@pobox.com> | 2000-05-06 18:27:56 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2000-05-06 18:27:56 +0800 |
commit | 154973985a05b17e29e1588adccaee0c17dd11d5 (patch) | |
tree | 4ca9819afde725133b75ceb979688b3d96a4245e /po/update.sh | |
parent | c9293012f84600a384e5a9d8e25e0d77a89778cc (diff) | |
download | gsoc2013-evolution-154973985a05b17e29e1588adccaee0c17dd11d5.tar.gz gsoc2013-evolution-154973985a05b17e29e1588adccaee0c17dd11d5.tar.zst gsoc2013-evolution-154973985a05b17e29e1588adccaee0c17dd11d5.zip |
Updated Galician translation.
2000-05-05 Jesus Bravo Alvarez <jba@pobox.com>
* gl.po: Updated Galician translation.
svn path=/trunk/; revision=2822
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 |