~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to i18n/update-po.sh

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
 
# OBSOLETE, done by the Launchpad service
4
 
 
5
3
cd po
6
4
 
7
 
lang="ar ast ca ca@valencia cs da de en_GB eo es fi fr hy ia it ja ko lt nl pl pt pt_BR ro ru sk sv ta te th tr ug uk uz vi zh_CN zh_TW"
8
 
 
9
 
for l in $lang; do
10
 
    msgmerge -U $l.po drgeo.pot
11
 
#    msgmerge -U $l-cuis.po cuis.pot
 
5
for l in `ls -1 *.po`; do
 
6
    msgmerge -U $l DrGeoII.pot
12
7
done
13
8
 
14
 
cd -
 
9
cd -
 
 
b'\\ No newline at end of file'