Skip to content

Commit

Permalink
update dics
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebat committed Apr 13, 2022
1 parent f6e96bd commit 90e6e62
Show file tree
Hide file tree
Showing 6 changed files with 4,861 additions and 4,804 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ rpm: $(PACKAGE).spec
rpmbuild -ta $(HOME)/rpmbuild/SOURCES/$(PACKAGE)-$(VERSION).tar.gz

test:
# LANG=C ./lensort-dic eng2cmn.dic > eng2cmn.sort ; mv -f eng2cmn.sort eng2cmn.dic ; ./msgchi.py -T -l eng2cmn test-eng.pot
LANG=C ./lensort-dic eng2cmn.dic > eng2cmn.sort ; mv -f eng2cmn.sort eng2cmn.dic ; ./msgchi.py -T -l eng2cmn test-eng.pot
# LANG=C ./lensort-dic zhc2cmn.dic > zhc2cmn.sort ; mv -f zhc2cmn.sort zhc2cmn.dic ; ./msgchi.py -T -l zhc2cmn test-cmn.pot
# LANG=C ./lensort-dic zht2cmn.dic > zht2cmn.sort ; mv -f zht2cmn.sort zht2cmn.dic ; ./msgchi.py -T -l zht2cmn test-cmn.pot
LANG=C ./lensort-dic cmn2yue.dic > cmn2yue.sort ; mv -f cmn2yue.sort cmn2yue.dic ; ./msgchi.py -T -l cmn2yue test-cmn.pot
# LANG=C ./lensort-dic cmn2yue.dic > cmn2yue.sort ; mv -f cmn2yue.sort cmn2yue.dic ; ./msgchi.py -T -l cmn2yue test-cmn.pot
# LANG=C ./lensort-dic cmn2nan.dic > cmn2nan.sort ; mv -f cmn2nan.sort cmn2nan.dic ; ./msgchi.py -T -l cmn2nan test-cmn.pot
Loading

0 comments on commit 90e6e62

Please sign in to comment.