summaryrefslogtreecommitdiffstats
path: root/share/numericdef
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the locale generated Makefiles by using bmake multi variables for loopsbapt2015-12-181-178/+178
|
* META MODE: Fix 'make the-lot' with recent locale changesbdrewery2015-11-251-0/+11
| | | | Sponsored by: EMC / Isilon Storage Division
* Bring back a couple of ISO8859-15 locales:bapt2015-11-161-0/+7
| | | | | | | | | - af_ZA.ISO8859-15 - en_AU.ISO8859-15 - en_CA.ISO8859-15 - en_NZ.ISO8859-15 - en_US.ISO8859-15 - fr_CA.ISO8859-15
* Regenerate locales after readding ISO8859-1 for locales that have ISO8859-15bapt2015-11-151-0/+27
| | | | Requested by: arche
* Use explicit filename when creating locale symlinks to avoid creating abdrewery2015-11-111-1/+2
| | | | | | | directory symlink when the target directory does not exist. This will cause an error instead of a broken setup. Sponsored by: EMC / Isilon Storage Division
* Merge from headbapt2015-11-011-1/+1
|\
| * Use more appropriate ${SHAREDIR} rather than /usr/share.bdrewery2015-10-271-1/+1
| | | | | | | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* | Regenerate localesbapt2015-10-1313-181/+166
| |
* | Add newly generated locales from CLDR 27.0.1bapt2015-08-0855-616/+389
|/ | | | only skip timedef until I figure out how to workaround svn painful mime-type handling
* Add META_MODE support.sjg2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync with HEAD.obrien2013-02-081-1/+1
| |\
| * | Include the target filename in SYMLINKS to avoid any confusion aboutsjg2013-01-231-1/+1
| | | | | | | | | | | | what is dirname and filename.
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+14
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Ensure SYMLINKS fully specifiedsjg2015-06-111-1/+1
| |/ |/| | | | | | | Differential Revision: D2748 Reviewed by: brooks
* | 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
OpenPOWER on IntegriCloud