root/alternc-awstats/tags/nightly_sarge/bureau/locales/updatelang.sh

Revision 1072, 279 bytes (checked in by anonymous, 3 years ago)

This commit was manufactured by cvs2svn to create tag
'nightly_sarge'.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #!/bin/sh
2 # Update po files in locales/$1/LC_MESSAGES
3 #
4 if [ -d $1/LC_MESSAGES ]
5 then
6     for i in *.po
7     do
8       echo -n "Updating $i : "
9       msgmerge -v -U $1/LC_MESSAGES/$i $i
10       echo " Done."
11     done
12 else
13     echo "Directory $1/LC_MESSAGES/ does not exist ! "
14 fi
Note: See TracBrowser for help on using the browser.