13 |
|
|
14 |
# Update/expand smeserver cvs |
# Update/expand smeserver cvs |
15 |
cd /etc/pootle/cvs/smeserver |
cd /etc/pootle/cvs/smeserver |
16 |
for pkg in */sme7 anaconda/sme8 |
for pkg in */sme7 anaconda/sme8 booty/sme8 |
17 |
do |
do |
18 |
make -C $pkg clean &> /dev/null |
make -C $pkg clean &> /dev/null |
19 |
done |
done |
20 |
cvs update -dPA > /dev/null |
cvs update -dPA > /dev/null |
21 |
for pkg in */sme7 anaconda/sme8 |
for pkg in */sme7 anaconda/sme8 booty/sme8 |
22 |
do |
do |
23 |
make -C $pkg prep &> /dev/null |
make -C $pkg prep &> /dev/null |
24 |
done |
done |
44 |
|
|
45 |
#========================================================== |
#========================================================== |
46 |
|
|
47 |
# Update anaconda templates |
# Update anaconda template |
48 |
anacondatmpl > anaconda.pot |
anacondatmpl > anaconda.pot |
49 |
diffmv anaconda.pot /etc/pootle/po/sme7bc/templates/anaconda.pot |
diffmv anaconda.pot /etc/pootle/po/sme7bc/templates/anaconda.pot |
50 |
|
|
83 |
# Apply templates to languages |
# Apply templates to languages |
84 |
for lang in $(ls -I templates /etc/pootle/po/sme* | grep '[[:alpha:]]$' | sort -u) |
for lang in $(ls -I templates /etc/pootle/po/sme* | grep '[[:alpha:]]$' | sort -u) |
85 |
do |
do |
|
# Create error compendium to assist translators |
|
|
pocompendium -e errors-$lang.po -d /etc/pootle/po/sme*/$lang |
|
|
sed -i '0,/^$/d;/^#~/d' errors-$lang.po |
|
|
sed -i ':a;/^\n*$/{$d;N;ba;}' errors-$lang.po |
|
|
chmod 644 errors-$lang.po |
|
|
diffmv errors-$lang.po /var/www/html/errors/errors-$lang.po |
|
|
|
|
86 |
# Create compendium to assist translations |
# Create compendium to assist translations |
87 |
pocompendium -c /etc/pootle/tmp/compendium-$lang.po -d /etc/pootle/po/*/$lang |
pocompendium -c /etc/pootle/tmp/compendium-$lang.po -d /etc/pootle/po/*/$lang |
88 |
|
|
112 |
diffmv $chk $(echo $chk | sed 's@/tmp/@/po/@') |
diffmv $chk $(echo $chk | sed 's@/tmp/@/po/@') |
113 |
done |
done |
114 |
|
|
115 |
|
# Copy po files so we can create error reports |
116 |
|
rsync -amR --include '*/' --include '*.po' --exclude '*' /etc/pootle/po/./sme*/ /etc/pootle/tmp/errors/ |
117 |
|
find /etc/pootle/tmp/errors/ -type f -exec sed -i '/^#~/d' {} \+ |
118 |
|
|
119 |
#========================================================== |
#========================================================== |
120 |
|
|
121 |
# Recalculate stats and restart server |
# Recalculate stats and restart server |
127 |
|
|
128 |
cd /etc/pootle/tmp |
cd /etc/pootle/tmp |
129 |
|
|
130 |
|
# Create error compendium to assist translators |
131 |
|
for lang in $(ls /etc/pootle/tmp/errors/sme* | grep '[[:alpha:]]$' | sort -u) |
132 |
|
do |
133 |
|
pocompendium -e errors-$lang.po -d /etc/pootle/tmp/errors/sme*/$lang |
134 |
|
sed -i '0,/^$/d;/^#~/d' errors-$lang.po |
135 |
|
sed -i ':a;/^\n*$/{$d;N;ba;}' errors-$lang.po |
136 |
|
chmod 644 errors-$lang.po |
137 |
|
diffmv errors-$lang.po /var/www/html/errors/errors-$lang.po |
138 |
|
done |
139 |
|
|
140 |
# Build diffs for languages |
# Build diffs for languages |
141 |
for lang in $(ls /etc/pootle/po/sme7bp -I templates) |
for lang in $(ls /etc/pootle/po/sme7bp -I templates) |
142 |
do |
do |