summaryrefslogtreecommitdiffstats
path: root/share/monetdef
Commit message (Collapse)AuthorAgeFilesLines
* Add ca_ES localeache2002-12-302-3/+40
| | | | | PR: 45874 Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
* Add lt_LT.ISO8859-13ache2002-10-252-0/+37
| | | | | PR: 44268 Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt>
* Add sr_YU localesache2002-10-193-0/+74
| | | | Submitted by: Toni Andjelkovic <toni@soth.at>
* Add definitions for the new international monetary formatting struct lconvtjr2002-10-091-0/+12
| | | | members to English (Australia) as an example.
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* Unbreak ja_JP.SJIS locale by adding following associations:phantom2002-04-051-0/+2
| | | | | | | | LC_NUMERIC: ja_JP.eucJP -> ja_JP.SJIS LC_MONETARY: ja_JP.eucJP -> ja_JP.SJIS LC_MESSAGES: en_GB.ISO8859-1 -> ja_JP.SJIS 2Japansese folks: Feel free to fix as you desire correct.
* Add pt_BR.ISO8859-1 (Brazilian Portuguese) localephantom2002-04-052-0/+37
| | | | Submitted (partly) by: dcs
* Switch national currencies to Europhantom2002-02-1911-22/+22
|
* Unbreak nl_BE localesphantom2002-02-122-1/+38
| | | | Found by: tools/diag/localeck
* Unbreak fr_BE localephantom2002-02-122-5/+42
| | | | Found by: tools/diag/localeck
* Unbreak it_CH localephantom2002-02-121-2/+2
| | | | Found by: tools/diag/localeck
* Unbreak fr_CH localephantom2002-02-121-2/+9
| | | | Found by: tools/diag/localeck
* Add ro_ROache2002-01-082-0/+37
| | | | | PR: 33343 Submitted by: Adrian Penisoara <ady@warpnet.ro>
* Unbreak de_CH.ISO8859-{1,15} locales (add missing categories defintions)phantom2001-12-252-1/+38
|
* Optimize locale data Makefiles as well as make their style more consistent.phantom2001-12-251-8/+8
|
* Add uk_UA.ISO8859-5 localeache2001-12-202-0/+37
| | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
* Add hi_IN.ISCII-DEVache2001-11-282-0/+37
|
* Add bg_BG.CP1251ache2001-11-052-0/+37
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* update cs_CZ's MONETARY information to more used formatphantom2001-09-091-6/+6
| | | | Discussed with: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> (submitter)
* Add more Latin15 linksache2001-06-101-2/+9
|
* Add more *.US-ASCII entriesache2001-06-101-2/+6
|
* Switch to new locale namesache2001-06-1033-1186/+34
|
* Add sk_SKache2001-05-183-0/+77
| | | | | PR: 27425 Submitted by: juraj@bednar.sk
* Add es_ES.jmas2001-04-293-0/+73
|
* Add category definitions (which were missing) for locale categories LC_MESSAGES,phantom2001-04-2813-0/+438
| | | | | LC_NUMERIC, LC_MONETARY. Information source is POSIX locale defintions collection at ftp://dkuug.dk/i18n/WG15-collection/
* Add et_EEache2001-03-163-0/+73
| | | | | PR: 25495 Submitted by: Vallo Kallaste <vallo@matti.ee>
* add LC_MONETARY, LC_MESSAGES and LC_NUMERIC definitions for ru_RU.CP866 andphantom2001-02-194-0/+110
| | | | ru_RU.ISO_8859-5 locales
* . add comment that 4 character of int_curr_symbol should be SPACEphantom2001-02-1947-50/+50
| | | | . fix chinese locales to meet this requirement
* Add hu_HUache2001-02-183-0/+73
| | | | Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
* Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports tokeith2001-02-174-1/+111
| | | | | | both zh_TW.Big5 and zh_CN.EUC locales. Approved by: ache
* Add uk_UAache2001-02-172-0/+37
| | | | Submitted by: Alexander Matey <matey@cis.ohio-state.edu>
* Add ja_JP.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.knu2001-02-113-1/+74
|
* Add ko_KR.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-113-1/+74
| | | | Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
* Add missing 4-th space at the end of int_curr_symbolache2001-02-102-2/+2
|
* Add Polish locale.abial2001-02-103-0/+73
|
* Back out my "3;3" -> something changes. While technikally the same, it onlyache2001-02-1031-31/+31
| | | | leads to confusion.
* activate cs_CZ.ISO_8859-2 and el_GR.ISO_8859-7phantom2001-02-101-0/+2
|
* add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for cs_CZ.ISO_8859-2phantom2001-02-102-0/+72
| | | | | PR: misc/24970 Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
* Add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for el_GR.ISO_8859-7phantom2001-02-102-0/+72
| | | | Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> via -i18n
* I change my mind a bit: assuming last \0 is contrproductive since will causeache2001-02-1031-31/+31
| | | | | | | | 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()
* Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will causeache2001-02-1031-62/+62
| | | | | | previous \3 repeat forever, according to SUSv2 Add comment about mon_grouping separator NOTE: mon_grouping localeconv() parsing still broken.
* Back out removing trailing space from int_curr_symbol, this is SUSV2ache2001-02-0931-31/+31
| | | | requirement
* Add additional English- and French-speaking countries with the appropriatewollman2001-02-0911-4/+369
| | | | currency symbols. Use make(1) loops, not sh(1) loops.
* Remove extra space after int_currency_symbolache2001-02-0918-18/+18
|
* Remove extra space after int_curr_symache2001-02-092-2/+2
|
* Remove extra space after int_curr_symache2001-02-091-4/+4
| | | | | | Add "." after currency_sym Replace decimal_point with "," Add " " as thousands_sep
* Add is_IS locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-0/+73
|
* Add fi_FI locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-0/+73
|
* Add af_ZA locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-1/+74
|
* Add fr_FR locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-0/+73
|
OpenPOWER on IntegriCloud