diff options
| author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-02-17 18:45:08 +0000 |
|---|---|---|
| committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-02-17 18:45:08 +0000 |
| commit | 3a0690fde32706e9b5b2467a7d4ab9203d54590b (patch) | |
| tree | e8ec51d80e3edd5fd57c92345e79dfd22f8b0786 /share/numericdef | |
| parent | e191b7bd7217376c507a8a692caccb35b392277c (diff) | |
Notes
Diffstat (limited to 'share/numericdef')
| -rw-r--r-- | share/numericdef/Makefile | 4 | ||||
| -rw-r--r-- | share/numericdef/zh_CN.EUC.src | 12 | ||||
| -rw-r--r-- | share/numericdef/zh_CN.eucCN.src | 12 | ||||
| -rw-r--r-- | share/numericdef/zh_TW.Big5.src | 12 |
4 files changed, 39 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 14f7d1b8c7e0..423cd8359fe5 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -19,7 +19,9 @@ LOCALES= af_ZA.ISO_8859-1 \ sv_SE.ISO_8859-1 \ uk_UA.KOI8-U \ ko_KR.EUC \ - ja_JP.EUC + ja_JP.EUC \ + zh_TW.Big5 \ + zh_CN.EUC LOCALEDIR= ${DESTDIR}/usr/share/locale USENGLISH= en_US.ISO_8859-1 diff --git a/share/numericdef/zh_CN.EUC.src b/share/numericdef/zh_CN.EUC.src new file mode 100644 index 000000000000..cd49d3608dc5 --- /dev/null +++ b/share/numericdef/zh_CN.EUC.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF diff --git a/share/numericdef/zh_CN.eucCN.src b/share/numericdef/zh_CN.eucCN.src new file mode 100644 index 000000000000..cd49d3608dc5 --- /dev/null +++ b/share/numericdef/zh_CN.eucCN.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF diff --git a/share/numericdef/zh_TW.Big5.src b/share/numericdef/zh_TW.Big5.src new file mode 100644 index 000000000000..cd49d3608dc5 --- /dev/null +++ b/share/numericdef/zh_TW.Big5.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF |
