mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-25 19:04:09 +08:00
*** empty log message ***
This commit is contained in:
parent
596072d020
commit
fc0e70fe74
28
TODO
28
TODO
@ -1,29 +1 @@
|
||||
Fix README
|
||||
|
||||
restore djgpp, eventually
|
||||
|
||||
Move things so there are no symlinks from repository to
|
||||
any directory other than common
|
||||
|
||||
Make bug-reporting address bug-coreutils@gnu.org work.
|
||||
grep 'bug-.*utils' src/*.c
|
||||
|
||||
******************8
|
||||
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
|
||||
msgmerge -o k ../../$xu/po/$j.po $j.po && mv k $j.po
|
||||
|
Loading…
Reference in New Issue
Block a user