summaryrefslogtreecommitdiffstats
path: root/share/numericdef
Commit message (Collapse)AuthorAgeFilesLines
* Don't link two different things to the same paths. As tiebreaker I'vebrooks2013-01-241-1/+1
| | | | | | picked the link that was installed last so as to not change the behavior. The one exception is sr_YU.ISO8859-2/LC_MONETARY where a file was being replaced by a link.
* Add lv_LVache2009-09-031-1/+2
|
* add ca_AD, ca_FR and ca_IT localesedwin2009-06-101-6/+7
| | | | | | | | | | | | | | Catalan language is not only spoken in Spain (ca_ES), but also in Andorra, France and Italy. In Andorra it is the official language. (see http://en.wikipedia.org/wiki/Catalan_language#Geographic_distribution) Add a bunch of symlinks to between ca_ES and ca_AD, ca_FR and ca_IT. PR: conf/92541 Submitted by: <rmh@io.debian.net> MFC after: 1 week
* Fix LC_NUMERIC and LC_MONETARY for de_CH localeedwin2009-06-092-6/+19
| | | | | | | | | | | | | | | With the de_CH (swiss german) locale, numbers should look like this: numbers: 1'234.45 monetary values: Fr. 1'234.45 Previously, the thousands separator was missing for numbers, and "." for monetary values, and "," was incorrectly used as decimal point. PR: conf/75502 Submitted by: Benjamin Lutz <benlutz@datacomm.ch> MFC after: 1 week
* Add locales for nb_NO and nn_NO.des2006-11-091-3/+4
| | | | Reviewed by: philip
* Add mn_MN.UTF-8ache2006-10-022-0/+13
| | | | Submitted by: Ganbold <ganbold@micom.mng.net>
* New Ukrainian locale: uk_UA.CP1251.ru2005-03-041-0/+1
| | | | Submitted by: Alexander Peresunko
* Use comma instead of a single quote as the decimal point separator fortobez2004-11-161-1/+1
| | | | | | | eu_ES.* locales. Discussed with: "J. Vicente Carrasco -Bixen- " <carvay@tikismikis.org>, the eu_ES.* locales submitter, tjr
* Utilize FILES and SYMLINKS.ru2004-10-181-181/+69
|
* Add the necessary magic to make the thousands separator work forkeramida2004-10-131-1/+1
| | | | | | | | | | floating-point formats in the Greek locale. This allows printing numbers with the ' format modifier, like this: $ env -i LC_NUMERIC=el_GR.ISO8859-7 printf "%'.3f\n" 1024000 1.024.000,000 Reviewed by: das
* Symlink missing lt_LT.ISO8859-4 LC_MONETARY, LC_MESSAGES and LC_NUMERICtjr2004-08-281-0/+2
| | | | data files to the ISO8859-13 versions.
* Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8.tjr2004-08-282-2/+17
| | | | | | | | (This differs somewhat from the version originally submitted - any mistakes are my own.) PR: 68524 Submitted by: J. Vicente Carrasco -Bixen-
* Add an Israel Hebrew locale: he_IL.UTF-8.tjr2004-04-211-0/+2
| | | | | PR: 65826 Submitted by: Hye-Shik Chang
* Add data for missing categories to zh_HK.Big5HKSCS locale.tjr2004-04-041-1/+1
|
* Add UTF-8 versions of all the currently supported system locales. Most oftjr2004-03-271-0/+86
| | | | | | | the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made a few minor adjustments and merged the makefiles. PR: 44307
* Use correct thousands separator for the Italian locale.cperciva2004-02-181-1/+1
| | | | | | | PR: misc/54477 Submitted by: Nicola Vitale <nivit@libero.it> Approved by: rwatson (mentor) Confirmed by: #freebsd, Google
* Add kk_KZ.PT154ache2004-01-292-0/+13
| | | | Submitted by: Birsh T <tim@zhezu.kz>
* Add be_BY.*ache2003-12-202-0/+17
| | | | Submitted by: Yury Tarasievich <grog@grsu.by>
* Enable GB2312 locale.davidxu2003-11-051-1/+1
|
* Add ko_KR.CP949 localeache2003-08-081-0/+2
| | | | | PR: 55341 submitted by: Hye-Shik Chang <perky@freebsd.org>
* Support for the Amharic locale.mtm2003-08-052-0/+13
|
* Add GB18030 localeache2003-07-292-15/+2
| | | | | PR: 51729 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* Add ARMSCSII-8 localeache2003-07-052-0/+16
| | | | | Submitted by: Vahe Khachikyan <vahe@khachikyan.de> PR: 53944
* Replace uk_UA.ISO8859-5 by linkache2003-06-072-13/+10
| | | | Add link for zh_CN.GBK
* Fix typo in prev. commitache2003-06-071-1/+1
|
* Replace by links ru_RU.CP866 and ru_RU.ISO8859-5ache2003-06-073-27/+5
| | | | Add link to ru_RU.CP1251
* Add ca_ES localeache2002-12-302-1/+14
| | | | | PR: 45874 Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
* Add lt_LT.ISO8859-13ache2002-10-252-0/+13
| | | | | PR: 44268 Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt>
* Add sr_YU localesache2002-10-193-0/+26
| | | | Submitted by: Toni Andjelkovic <toni@soth.at>
* 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/+13
| | | | Submitted (partly) by: dcs
* Unbreak nl_BE localesphantom2002-02-121-0/+8
| | | | Found by: tools/diag/localeck
* Unbreak fr_BE localephantom2002-02-122-1/+14
| | | | Found by: tools/diag/localeck
* Unbreak it_CH localephantom2002-02-121-1/+8
| | | | Found by: tools/diag/localeck
* Add ro_ROache2002-01-082-0/+13
| | | | | PR: 33343 Submitted by: Adrian Penisoara <ady@warpnet.ro>
* Unbreak de_CH.ISO8859-{1,15} locales (add missing categories defintions)phantom2001-12-251-1/+1
|
* Optimize locale data Makefiles as well as make their style more consistent.phantom2001-12-251-31/+27
|
* Add uk_UA.ISO8859-5 localeache2001-12-202-0/+13
| | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
* Add hi_IN.ISCII-DEVache2001-11-282-0/+13
|
* Add bg_BG.CP1251ache2001-11-052-0/+13
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Add more *.US-ASCII and Latin15 entriesache2001-06-101-11/+42
|
* Switch to new locale namesache2001-06-1027-348/+34
|
* Add sk_SKache2001-05-183-0/+29
| | | | | PR: 27425 Submitted by: juraj@bednar.sk
* Add es_ES.jmas2001-04-293-0/+25
|
* Add category definitions (which were missing) for locale categories LC_MESSAGES,phantom2001-04-2811-0/+128
| | | | | LC_NUMERIC, LC_MONETARY. Information source is POSIX locale defintions collection at ftp://dkuug.dk/i18n/WG15-collection/
* Add et_EEache2001-03-163-0/+25
| | | | | 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/+38
| | | | ru_RU.ISO_8859-5 locales
* Add hu_HUache2001-02-183-0/+25
| | | | Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
* Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports tokeith2001-02-174-1/+39
| | | | | | both zh_TW.Big5 and zh_CN.EUC locales. Approved by: ache
OpenPOWER on IntegriCloud