summaryrefslogtreecommitdiff
path: root/TODO-private
blob: 74846b3d9923911130bac81e1f279ff785fb4669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
go cu; cd po; export xu=fu j=ca

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
k=$xu-$j
msgmerge -o $k ../../$xu/po/$j.po $j.po && mv $k $j.po
cvs ci -m 'merge from sh-utils-2.0.12' $j.po
cvs ci -m 'merge from sh-utils-2.0.15' $j.po