aboutsummaryrefslogtreecommitdiff
path: root/share/numericdef
Commit message (Collapse)AuthorAgeFilesLines
* Don't link two different things to the same paths. As tiebreaker I'veBrooks Davis2013-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. Notes: svn path=/head/; revision=245889
* Add lv_LVAndrey A. Chernov2009-09-031-1/+2
| | | | Notes: svn path=/head/; revision=196792
* add ca_AD, ca_FR and ca_IT localesEdwin Groothuis2009-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 Notes: svn path=/head/; revision=193908
* Fix LC_NUMERIC and LC_MONETARY for de_CH localeEdwin Groothuis2009-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 Notes: svn path=/head/; revision=193867
* Add locales for nb_NO and nn_NO.Dag-Erling Smørgrav2006-11-091-3/+4
| | | | | | | Reviewed by: philip Notes: svn path=/head/; revision=164131
* Add mn_MN.UTF-8Andrey A. Chernov2006-10-022-0/+13
| | | | | | | Submitted by: Ganbold <ganbold@micom.mng.net> Notes: svn path=/head/; revision=162940
* New Ukrainian locale: uk_UA.CP1251.Ruslan Ermilov2005-03-041-0/+1
| | | | | | | Submitted by: Alexander Peresunko Notes: svn path=/head/; revision=143126
* Use comma instead of a single quote as the decimal point separator forAnton Berezin2004-11-161-1/+1
| | | | | | | | | | eu_ES.* locales. Discussed with: "J. Vicente Carrasco -Bixen- " <carvay@tikismikis.org>, the eu_ES.* locales submitter, tjr Notes: svn path=/head/; revision=137774
* Utilize FILES and SYMLINKS.Ruslan Ermilov2004-10-181-181/+69
| | | | Notes: svn path=/head/; revision=136659
* Add the necessary magic to make the thousands separator work forGiorgos Keramidas2004-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 Notes: svn path=/head/; revision=136496
* Symlink missing lt_LT.ISO8859-4 LC_MONETARY, LC_MESSAGES and LC_NUMERICTim J. Robbins2004-08-281-0/+2
| | | | | | | data files to the ISO8859-13 versions. Notes: svn path=/head/; revision=134438
* Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8.Tim J. Robbins2004-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- Notes: svn path=/head/; revision=134437
* Add an Israel Hebrew locale: he_IL.UTF-8.Tim J. Robbins2004-04-211-0/+2
| | | | | | | | PR: 65826 Submitted by: Hye-Shik Chang Notes: svn path=/head/; revision=128526
* Add data for missing categories to zh_HK.Big5HKSCS locale.Tim J. Robbins2004-04-041-1/+1
| | | | Notes: svn path=/head/; revision=127837
* Add UTF-8 versions of all the currently supported system locales. Most ofTim J. Robbins2004-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 Notes: svn path=/head/; revision=127474
* Use correct thousands separator for the Italian locale.Colin Percival2004-02-181-1/+1
| | | | | | | | | | PR: misc/54477 Submitted by: Nicola Vitale <nivit@libero.it> Approved by: rwatson (mentor) Confirmed by: #freebsd, Google Notes: svn path=/head/; revision=125958
* Add kk_KZ.PT154Andrey A. Chernov2004-01-292-0/+13
| | | | | | | Submitted by: Birsh T <tim@zhezu.kz> Notes: svn path=/head/; revision=125208
* Add be_BY.*Andrey A. Chernov2003-12-202-0/+17
| | | | | | | Submitted by: Yury Tarasievich <grog@grsu.by> Notes: svn path=/head/; revision=123682
* Enable GB2312 locale.David Xu2003-11-051-1/+1
| | | | Notes: svn path=/head/; revision=122151
* Add ko_KR.CP949 localeAndrey A. Chernov2003-08-081-0/+2
| | | | | | | | PR: 55341 submitted by: Hye-Shik Chang <perky@freebsd.org> Notes: svn path=/head/; revision=118651
* Support for the Amharic locale.Mike Makonnen2003-08-052-0/+13
| | | | Notes: svn path=/head/; revision=118459
* Add GB18030 localeAndrey A. Chernov2003-07-292-15/+2
| | | | | | | | PR: 51729 Submitted by: Kang Liu <liukang@bjpu.edu.cn> Notes: svn path=/head/; revision=118174
* Add ARMSCSII-8 localeAndrey A. Chernov2003-07-052-0/+16
| | | | | | | | Submitted by: Vahe Khachikyan <vahe@khachikyan.de> PR: 53944 Notes: svn path=/head/; revision=117259
* Replace uk_UA.ISO8859-5 by linkAndrey A. Chernov2003-06-072-13/+10
| | | | | | | Add link for zh_CN.GBK Notes: svn path=/head/; revision=115930
* Fix typo in prev. commitAndrey A. Chernov2003-06-071-1/+1
| | | | Notes: svn path=/head/; revision=115927
* Replace by links ru_RU.CP866 and ru_RU.ISO8859-5Andrey A. Chernov2003-06-073-27/+5
| | | | | | | Add link to ru_RU.CP1251 Notes: svn path=/head/; revision=115923
* Add ca_ES localeAndrey A. Chernov2002-12-302-1/+14
| | | | | | | | PR: 45874 Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org> Notes: svn path=/head/; revision=108428
* Add lt_LT.ISO8859-13Andrey A. Chernov2002-10-252-0/+13
| | | | | | | | PR: 44268 Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt> Notes: svn path=/head/; revision=105965
* Add sr_YU localesAndrey A. Chernov2002-10-193-0/+26
| | | | | | | Submitted by: Toni Andjelkovic <toni@soth.at> Notes: svn path=/head/; revision=105445
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* Unbreak ja_JP.SJIS locale by adding following associations:Alexey Zelkin2002-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. Notes: svn path=/head/; revision=93890
* Add pt_BR.ISO8859-1 (Brazilian Portuguese) localeAlexey Zelkin2002-04-052-0/+13
| | | | | | | Submitted (partly) by: dcs Notes: svn path=/head/; revision=93885
* Unbreak nl_BE localesAlexey Zelkin2002-02-121-0/+8
| | | | | | | Found by: tools/diag/localeck Notes: svn path=/head/; revision=90587
* Unbreak fr_BE localeAlexey Zelkin2002-02-122-1/+14
| | | | | | | Found by: tools/diag/localeck Notes: svn path=/head/; revision=90583
* Unbreak it_CH localeAlexey Zelkin2002-02-121-1/+8
| | | | | | | Found by: tools/diag/localeck Notes: svn path=/head/; revision=90581
* Add ro_ROAndrey A. Chernov2002-01-082-0/+13
| | | | | | | | PR: 33343 Submitted by: Adrian Penisoara <ady@warpnet.ro> Notes: svn path=/head/; revision=89077
* Unbreak de_CH.ISO8859-{1,15} locales (add missing categories defintions)Alexey Zelkin2001-12-251-1/+1
| | | | Notes: svn path=/head/; revision=88479
* Optimize locale data Makefiles as well as make their style more consistent.Alexey Zelkin2001-12-251-31/+27
| | | | Notes: svn path=/head/; revision=88473
* Add uk_UA.ISO8859-5 localeAndrey A. Chernov2001-12-202-0/+13
| | | | | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua> Notes: svn path=/head/; revision=88314
* Add hi_IN.ISCII-DEVAndrey A. Chernov2001-11-282-0/+13
| | | | Notes: svn path=/head/; revision=87043
* Add bg_BG.CP1251Andrey A. Chernov2001-11-052-0/+13
| | | | | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net> Notes: svn path=/head/; revision=86073
* Add more *.US-ASCII and Latin15 entriesAndrey A. Chernov2001-06-101-11/+42
| | | | Notes: svn path=/head/; revision=78011
* Switch to new locale namesAndrey A. Chernov2001-06-1027-348/+34
| | | | Notes: svn path=/head/; revision=77984
* Add sk_SKAndrey A. Chernov2001-05-183-0/+29
| | | | | | | | PR: 27425 Submitted by: juraj@bednar.sk Notes: svn path=/head/; revision=76813
* Add es_ES.Jose M. Alcaide2001-04-293-0/+25
| | | | Notes: svn path=/head/; revision=76112
* Add category definitions (which were missing) for locale categories LC_MESSAGES,Alexey Zelkin2001-04-2811-0/+128
| | | | | | | | LC_NUMERIC, LC_MONETARY. Information source is POSIX locale defintions collection at ftp://dkuug.dk/i18n/WG15-collection/ Notes: svn path=/head/; revision=76105
* Add et_EEAndrey A. Chernov2001-03-163-0/+25
| | | | | | | | PR: 25495 Submitted by: Vallo Kallaste <vallo@matti.ee> Notes: svn path=/head/; revision=74341
* add LC_MONETARY, LC_MESSAGES and LC_NUMERIC definitions for ru_RU.CP866 andAlexey Zelkin2001-02-194-0/+38
| | | | | | | ru_RU.ISO_8859-5 locales Notes: svn path=/head/; revision=72707
* Add hu_HUAndrey A. Chernov2001-02-183-0/+25
| | | | | | | Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu> Notes: svn path=/head/; revision=72628
* Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports toJing-Tang Keith Jang2001-02-174-1/+39
| | | | | | | | | both zh_TW.Big5 and zh_CN.EUC locales. Approved by: ache Notes: svn path=/head/; revision=72574