diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-28 07:23:11 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-28 07:23:11 +0000 |
| commit | bd9f1c9673293f98ca678f640abd4d889b1983b1 (patch) | |
| tree | fc67fa59a73fd366aedf819e97c9c5a2d1bd76bf /share/numericdef | |
| parent | 87c25490c8e1beb3ccb5c65c5fd414c410695403 (diff) | |
Notes
Diffstat (limited to 'share/numericdef')
| -rw-r--r-- | share/numericdef/Makefile | 1 | ||||
| -rw-r--r-- | share/numericdef/hi_IN.ISCII-DEV.src | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 89e5811f1f34..6832d4522707 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -14,6 +14,7 @@ LOCALES= af_ZA.ISO8859-1 \ et_EE.ISO8859-15 \ fi_FI.ISO8859-1 \ fr_FR.ISO8859-1 \ + hi_IN.ISCII-DEV \ hr_HR.ISO8859-2 \ hu_HU.ISO8859-2 \ is_IS.ISO8859-1 \ diff --git a/share/numericdef/hi_IN.ISCII-DEV.src b/share/numericdef/hi_IN.ISCII-DEV.src new file mode 100644 index 000000000000..99d11f681e1c --- /dev/null +++ b/share/numericdef/hi_IN.ISCII-DEV.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 ; +2;3 +# EOF |
