/[soft]/drakmenustyle/trunk/po/Messages.sh
ViewVC logotype

Contents of /drakmenustyle/trunk/po/Messages.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 487 - (show annotations) (download) (as text)
Tue Feb 8 00:31:17 2011 UTC (13 years, 2 months ago) by dmorgan
File MIME type: application/x-sh
File size: 236 byte(s)
Import cleaned drakmenustyle
1 #!/bin/bash
2 PROJECT="drakmenustyle"
3
4 echo "Merging translations"
5
6 catalogs=`find . -name '*.po'`
7
8 for cat in $catalogs; do
9 echo $cat
10 msgmerge -o $cat.new $cat ${PROJECT}.pot
11 mv $cat.new $cat
12 done
13
14 echo "Done merging translations"

Properties

Name Value
svn:eol-style native
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.30