repo.or.cz
/
jben2_gui.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added kanji frequency selector and linked it into KanjiListEditor.
[jben2_gui.git]
/
python
/
po
/
create_mo_files.sh
blob
3c265a6b96461393694eefe732343bdb513f41d6
1
#!/bin/sh
2
3
export
LANG
=
"en_US"
4
5
for
pofile
in
*
.po
;
do
6
outfile
=
${pofile%.po}
.mo
7
msgfmt
${pofile}
--output-file
=
${outfile}
8
done