Alexey Zelkin
448b0c1bd4
Optimize locale data Makefiles as well as make their style more consistent.
2001-12-25 10:57:03 +00:00
Andrey A. Chernov
bf908a83ba
Add uk_UA.ISO8859-5 locale
...
PR: 32450
Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
2001-12-20 20:48:31 +00:00
Andrey A. Chernov
bd9f1c9673
Add hi_IN.ISCII-DEV
2001-11-28 07:23:11 +00:00
Andrey A. Chernov
d0f08415a8
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 07:08:39 +00:00
Alexey Zelkin
9a2cb2b8c2
update cs_CZ's MONETARY information to more used format
...
Discussed with: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> (submitter)
2001-09-09 14:49:13 +00:00
Andrey A. Chernov
f5498e6910
Add more Latin15 links
2001-06-10 19:47:57 +00:00
Andrey A. Chernov
458ff763e9
Add more *.US-ASCII entries
2001-06-10 19:21:54 +00:00
Andrey A. Chernov
8f2681e1a7
Switch to new locale names
2001-06-10 14:17:44 +00:00
Andrey A. Chernov
012e606a05
Add sk_SK
...
PR: 27425
Submitted by: juraj@bednar.sk
2001-05-18 13:55:25 +00:00
Jose M. Alcaide
3720cf092c
Add es_ES.
2001-04-29 00:38:26 +00:00
Alexey Zelkin
cd8136756a
Add category definitions (which were missing) for locale categories LC_MESSAGES,
...
LC_NUMERIC, LC_MONETARY. Information source is POSIX locale defintions
collection at ftp://dkuug.dk/i18n/WG15-collection/
2001-04-28 15:13:30 +00:00
Andrey A. Chernov
e3dfb03eb6
Add et_EE
...
PR: 25495
Submitted by: Vallo Kallaste <vallo@matti.ee>
2001-03-16 12:27:20 +00:00
Alexey Zelkin
828be7c337
add LC_MONETARY, LC_MESSAGES and LC_NUMERIC definitions for ru_RU.CP866 and
...
ru_RU.ISO_8859-5 locales
2001-02-19 20:05:22 +00:00
Alexey Zelkin
2928f042f7
. add comment that 4 character of int_curr_symbol should be SPACE
...
. fix chinese locales to meet this requirement
2001-02-19 18:55:34 +00:00
Andrey A. Chernov
96fc0cb8f8
Add hu_HU
...
Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
2001-02-18 06:51:01 +00:00
Jing-Tang Keith Jang
3a0690fde3
Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports to
...
both zh_TW.Big5 and zh_CN.EUC locales.
Approved by: ache
2001-02-17 18:45:08 +00:00
Andrey A. Chernov
cb2565a976
Add uk_UA
...
Submitted by: Alexander Matey <matey@cis.ohio-state.edu>
2001-02-17 08:35:14 +00:00
Akinori MUSHA
af989ec5ea
Add ja_JP.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-11 16:19:43 +00:00
Jeroen Ruigrok van der Werven
b37eee8d45
Add ko_KR.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
...
Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
2001-02-11 15:40:01 +00:00
Andrey A. Chernov
e566292a45
Add missing 4-th space at the end of int_curr_symbol
2001-02-10 23:07:05 +00:00
Andrzej Bialecki
7142386acc
Add Polish locale.
2001-02-10 22:44:31 +00:00
Andrey A. Chernov
f816f51e9c
Back out my "3;3" -> something changes. While technikally the same, it only
...
leads to confusion.
2001-02-10 18:51:51 +00:00
Alexey Zelkin
5d2b53e674
activate cs_CZ.ISO_8859-2 and el_GR.ISO_8859-7
2001-02-10 13:35:30 +00:00
Alexey Zelkin
1ad3d43729
add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for cs_CZ.ISO_8859-2
...
PR: misc/24970
Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
2001-02-10 13:31:36 +00:00
Alexey Zelkin
174584dc67
Add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for el_GR.ISO_8859-7
...
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> via -i18n
2001-02-10 13:28:23 +00:00
Andrey A. Chernov
6088aac9b3
I change my mind a bit: assuming last \0 is contrproductive since will cause
...
user confusion, so specify it directly, i.e. change "3" to "3;0".
In this style "3;" or "3" must not cause repeating
(converted to \3, CHAR_MAX, \0)
Still not implemented and broken in localeconv()
2001-02-10 02:55:42 +00:00
Andrey A. Chernov
90b99402a9
Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will cause
...
previous \3 repeat forever, according to SUSv2
Add comment about mon_grouping separator
NOTE: mon_grouping localeconv() parsing still broken.
2001-02-10 02:17:49 +00:00
Andrey A. Chernov
5f8254a074
Back out removing trailing space from int_curr_symbol, this is SUSV2
...
requirement
2001-02-09 23:49:22 +00:00
Garrett Wollman
dd28d0c32c
Add additional English- and French-speaking countries with the appropriate
...
currency symbols. Use make(1) loops, not sh(1) loops.
2001-02-09 21:27:09 +00:00
Andrey A. Chernov
f512a26419
Remove extra space after int_currency_symbol
2001-02-09 17:30:34 +00:00
Andrey A. Chernov
a08c9b6600
Remove extra space after int_curr_sym
2001-02-09 16:52:19 +00:00
Andrey A. Chernov
1e27833f51
Remove extra space after int_curr_sym
...
Add "." after currency_sym
Replace decimal_point with ","
Add " " as thousands_sep
2001-02-09 16:50:43 +00:00
Jeroen Ruigrok van der Werven
cfadd9d484
Add is_IS locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 14:08:52 +00:00
Jeroen Ruigrok van der Werven
411852193a
Add fi_FI locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 13:37:06 +00:00
Jeroen Ruigrok van der Werven
960395e546
Add af_ZA locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:39:32 +00:00
Jeroen Ruigrok van der Werven
83c8e2adab
Add fr_FR locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:30:53 +00:00
Jeroen Ruigrok van der Werven
ee26c8fcb7
Add de_DE locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:21:17 +00:00
Jeroen Ruigrok van der Werven
26f019cadd
Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:08:12 +00:00
Jeroen Ruigrok van der Werven
46c74f74a4
Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 11:53:55 +00:00
Jeroen Ruigrok van der Werven
fde79937c3
Add sv_SE locale files for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 11:38:57 +00:00
Jeroen Ruigrok van der Werven
f2c7a1de44
Apply clue to mind and correct the ISO setting to the correct one.
...
This adds LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for nl_NL
locales.
2001-02-08 23:06:11 +00:00
Jeroen Ruigrok van der Werven
83ce2f37ee
Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions for
...
nl_NL.ISO_8859-9.
2001-02-08 22:49:38 +00:00
Alexey Zelkin
a322eaa8a9
Add sources for following categories: LC_NUMERIC (share/numericdef),
...
LC_MONETARY (share/monetdef), LC_MESSAGES (share/msgdef). Now only
en_US.ISO_8859-1 and ru_RU.KOI8-R locales ready. I will find some time
in near future and'll try to make defintions for other locales.
2001-02-08 17:33:19 +00:00