2002-08-31 09:02:09 +00:00
|
|
|
Move things so there are no symlinks from repository to
|
|
|
|
|
any directory other than common
|
|
|
|
|
|
|
|
|
|
******************
|
|
|
|
|
LINGUAS:
|
|
|
|
|
sort -u ../[fst]u/po/LINGUAS > po/LINGUAS
|
|
|
|
|
|
|
|
|
|
go cu
|
|
|
|
|
cd po
|
|
|
|
|
for i in f s t; do
|
|
|
|
|
echo $i:
|
|
|
|
|
xu=${i}u
|
|
|
|
|
for j in $(cat ../../$xu/po/LINGUAS); do
|
|
|
|
|
echo " $j"
|
|
|
|
|
msgmerge -o k ../../$xu/po/$j.po $j.po && mv k $j.po
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
go cu; cd po; export xu=tu j=zh_TW
|
|
|
|
|
go cu; cd po; export xu=su j=ru
|
|
|
|
|
go cu; cd po; export xu=fu j=zh_TW
|
|
|
|
|
go cu; cd po; export xu=tu j=fr
|
|
|
|
|
go cu; cd po; export xu=su j=tr
|
2002-08-31 09:03:39 +00:00
|
|
|
go cu; cd po; export xu=fu j=ca
|
2002-08-31 16:23:08 +00:00
|
|
|
|
|
|
|
|
go cu; cd po; export xu=su j=sl
|
|
|
|
|
go cu; cd po; export xu=tu j=el
|
|
|
|
|
go cu; cd po; export xu=su j=da
|
2002-09-03 14:10:17 +00:00
|
|
|
go cu; cd po; export xu=fu j=lg
|
2002-08-31 16:23:08 +00:00
|
|
|
k=$xu-$j
|
|
|
|
|
msgmerge -o $k ../../$xu/po/$j.po $j.po && mv $k $j.po
|
2002-09-03 14:10:17 +00:00
|
|
|
cvs ci -m 'merge from fileutils-4.1.11' $j.po
|