diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-11 16:19:43 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-11 16:19:43 +0000 |
| commit | af989ec5eae2a02e3e91293cc073b2e5bd5dd707 (patch) | |
| tree | 22630513a0d9ec0f2cebdf55c7edd1d8edd390be /share/numericdef | |
| parent | b37eee8d45645074aa96c4bb19dcb79172464380 (diff) | |
Notes
Diffstat (limited to 'share/numericdef')
| -rw-r--r-- | share/numericdef/Makefile | 3 | ||||
| -rw-r--r-- | share/numericdef/ja_JP.EUC.src | 12 | ||||
| -rw-r--r-- | share/numericdef/ja_JP.eucJP.src | 12 |
3 files changed, 26 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 056d9b5676a3..50b9ebce211f 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -17,7 +17,8 @@ LOCALES= af_ZA.ISO_8859-1 \ pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 \ - ko_KR.EUC + ko_KR.EUC \ + ja_JP.EUC LOCALEDIR= ${DESTDIR}/usr/share/locale USENGLISH= en_US.ISO_8859-1 diff --git a/share/numericdef/ja_JP.EUC.src b/share/numericdef/ja_JP.EUC.src new file mode 100644 index 000000000000..cd49d3608dc5 --- /dev/null +++ b/share/numericdef/ja_JP.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/ja_JP.eucJP.src b/share/numericdef/ja_JP.eucJP.src new file mode 100644 index 000000000000..cd49d3608dc5 --- /dev/null +++ b/share/numericdef/ja_JP.eucJP.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 |
