* src/po/Makefile.am: added support for building zh_CN.mo

* src/po/zh_CN.po: Partial Simplified Chinese translation


svn: r2146
This commit is contained in:
Don Allingham 2003-09-20 02:18:04 +00:00
parent 9d981e28cf
commit c0fd657474
2 changed files with 6783 additions and 0 deletions

View File

@ -24,3 +24,8 @@ SUFFIXES = .po .mo
$(MSGFMT) -v temp.po -o $@ $(MSGFMT) -v temp.po -o $@
rm temp.po rm temp.po
zh_CN.mo: zh_CN.po
iconv -f GB2312 -t UTF-8 zh_CN.po > temp.po
$(MSGFMT) -v temp.po -o $@
rm temp.po

6778
gramps2/src/po/zh_CN.po Normal file

File diff suppressed because it is too large Load Diff