Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix currency symbol -- it should be 'NEW SHEQEL SIGN' (U+20AA). | tjr | 2005-11-16 | 1 | -1/+1 |
| | | | | Submitted by: Rostislav Krasny | ||||
* | New Ukrainian locale: uk_UA.CP1251. | ru | 2005-03-04 | 2 | -0/+37 |
| | | | | Submitted by: Alexander Peresunko | ||||
* | - Utilize standard means for installing files and symlinks. | ru | 2004-10-13 | 1 | -81/+40 |
| | | | | | | | | | | | | | | | | | | | - Simplify the symlink list construction by implementing a generic mechanism to map LC_MONETARY files from one locale to another, possibly with a different <lang>_<territory> components of the locale name. Example: ENCODING-1_ENCODING-2= fo_BA fo_FO:ba_BA in Makefile will result in the following symlinks: fo_BA.ENCODING-1/LC_MONETARY -> fo_BA.ENCODING-2/LC_MONETARY fo_FO.ENCODING-1/LC_MONETARY -> ba_BA.ENCODING-2/LC_MONETARY - Install LC_MONETARY files with mode 444. - While here, fixed trashing of the sr_YU.UTF-8/LC_MONETARY file by a symlink, and removed one duplicate symlink. | ||||
* | es_ES monetdef changed from spanish Ptas. to Euro without | ache | 2004-09-24 | 1 | -2/+2 |
| | | | | | | | switching to cents PR: 67549 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es> | ||||
* | Symlink missing lt_LT.ISO8859-4 LC_MONETARY, LC_MESSAGES and LC_NUMERIC | tjr | 2004-08-28 | 1 | -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. | tjr | 2004-08-28 | 1 | -0/+6 |
| | | | | | | | | (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. | tjr | 2004-04-21 | 2 | -0/+37 |
| | | | | | PR: 65826 Submitted by: Hye-Shik Chang | ||||
* | Add data for missing categories to zh_HK.Big5HKSCS locale. | tjr | 2004-04-04 | 1 | -0/+2 |
| | |||||
* | Oops; remove ko_KR.eucKR/LC_MONETARY -> ko_KR.UTF-8/LC_MONETARY symlink. | tjr | 2004-03-29 | 1 | -2/+0 |
| | |||||
* | Add a new LC_MONETARY data file for the ko_KR.UTF-8 locale instead of using | tjr | 2004-03-29 | 2 | -0/+37 |
| | | | | the ko_KR.eucKR version. | ||||
* | Add a new LC_MONETARY data file for the ja_JP.UTF-8 locale instead of using | tjr | 2004-03-29 | 2 | -2/+37 |
| | | | | | the ja_JP.eucJP version. Although the latter looks like plain ASCII, it is actually JIS Roman, so it is not correct to treat it as UTF-8. | ||||
* | Add UTF-8 versions of all the currently supported system locales. Most of | tjr | 2004-03-27 | 14 | -0/+527 |
| | | | | | | | 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 | ||||
* | Add kk_KZ.PT154 | ache | 2004-01-29 | 2 | -0/+37 |
| | | | | Submitted by: Birsh T <tim@zhezu.kz> | ||||
* | Add be_BY.* | ache | 2003-12-20 | 4 | -0/+108 |
| | | | | Submitted by: Yury Tarasievich <grog@grsu.by> | ||||
* | Make zh_CN.GBK fully work by making monetdef/msgdef/timedef symlinks to | davidxu | 2003-11-06 | 1 | -1/+2 |
| | | | | | zh_CN.GB2312 locale files. zh_CN.GB18030 can be changed in same way, but I havn't done this change since these files already exists. | ||||
* | Enable GB2312 locale. | davidxu | 2003-11-05 | 1 | -0/+1 |
| | |||||
* | Add GB2312 locale files. | davidxu | 2003-11-05 | 1 | -0/+36 |
| | |||||
* | Add ko_KR.CP949 locale | ache | 2003-08-08 | 1 | -0/+2 |
| | | | | | PR: 55341 submitted by: Hye-Shik Chang <perky@freebsd.org> | ||||
* | Support for the Amharic locale. | mtm | 2003-08-05 | 2 | -0/+37 |
| | |||||
* | Add GB18030 locale | ache | 2003-07-29 | 2 | -0/+37 |
| | | | | | PR: 51729 Submitted by: Kang Liu <liukang@bjpu.edu.cn> | ||||
* | Add ARMSCSII-8 locale | ache | 2003-07-05 | 2 | -0/+40 |
| | | | | | Submitted by: Vahe Khachikyan <vahe@khachikyan.de> PR: 53944 | ||||
* | Add ru_RU.CP1251 | ache | 2003-06-07 | 2 | -0/+37 |
| | |||||
* | Add ca_ES locale | ache | 2002-12-30 | 2 | -3/+40 |
| | | | | | PR: 45874 Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org> | ||||
* | Add lt_LT.ISO8859-13 | ache | 2002-10-25 | 2 | -0/+37 |
| | | | | | PR: 44268 Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt> | ||||
* | Add sr_YU locales | ache | 2002-10-19 | 3 | -0/+74 |
| | | | | Submitted by: Toni Andjelkovic <toni@soth.at> | ||||
* | Add definitions for the new international monetary formatting struct lconv | tjr | 2002-10-09 | 1 | -0/+12 |
| | | | | members to English (Australia) as an example. | ||||
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
| | | | | | | for a long time now. Approved by: bde | ||||
* | Unbreak ja_JP.SJIS locale by adding following associations: | phantom | 2002-04-05 | 1 | -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) locale | phantom | 2002-04-05 | 2 | -0/+37 |
| | | | | Submitted (partly) by: dcs | ||||
* | Switch national currencies to Euro | phantom | 2002-02-19 | 11 | -22/+22 |
| | |||||
* | Unbreak nl_BE locales | phantom | 2002-02-12 | 2 | -1/+38 |
| | | | | Found by: tools/diag/localeck | ||||
* | Unbreak fr_BE locale | phantom | 2002-02-12 | 2 | -5/+42 |
| | | | | Found by: tools/diag/localeck | ||||
* | Unbreak it_CH locale | phantom | 2002-02-12 | 1 | -2/+2 |
| | | | | Found by: tools/diag/localeck | ||||
* | Unbreak fr_CH locale | phantom | 2002-02-12 | 1 | -2/+9 |
| | | | | Found by: tools/diag/localeck | ||||
* | Add ro_RO | ache | 2002-01-08 | 2 | -0/+37 |
| | | | | | PR: 33343 Submitted by: Adrian Penisoara <ady@warpnet.ro> | ||||
* | Unbreak de_CH.ISO8859-{1,15} locales (add missing categories defintions) | phantom | 2001-12-25 | 2 | -1/+38 |
| | |||||
* | Optimize locale data Makefiles as well as make their style more consistent. | phantom | 2001-12-25 | 1 | -8/+8 |
| | |||||
* | Add uk_UA.ISO8859-5 locale | ache | 2001-12-20 | 2 | -0/+37 |
| | | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua> | ||||
* | Add hi_IN.ISCII-DEV | ache | 2001-11-28 | 2 | -0/+37 |
| | |||||
* | Add bg_BG.CP1251 | ache | 2001-11-05 | 2 | -0/+37 |
| | | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net> | ||||
* | update cs_CZ's MONETARY information to more used format | phantom | 2001-09-09 | 1 | -6/+6 |
| | | | | Discussed with: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> (submitter) | ||||
* | Add more Latin15 links | ache | 2001-06-10 | 1 | -2/+9 |
| | |||||
* | Add more *.US-ASCII entries | ache | 2001-06-10 | 1 | -2/+6 |
| | |||||
* | Switch to new locale names | ache | 2001-06-10 | 33 | -1186/+34 |
| | |||||
* | Add sk_SK | ache | 2001-05-18 | 3 | -0/+77 |
| | | | | | PR: 27425 Submitted by: juraj@bednar.sk | ||||
* | Add es_ES. | jmas | 2001-04-29 | 3 | -0/+73 |
| | |||||
* | Add category definitions (which were missing) for locale categories LC_MESSAGES, | phantom | 2001-04-28 | 13 | -0/+438 |
| | | | | | LC_NUMERIC, LC_MONETARY. Information source is POSIX locale defintions collection at ftp://dkuug.dk/i18n/WG15-collection/ | ||||
* | Add et_EE | ache | 2001-03-16 | 3 | -0/+73 |
| | | | | | PR: 25495 Submitted by: Vallo Kallaste <vallo@matti.ee> | ||||
* | add LC_MONETARY, LC_MESSAGES and LC_NUMERIC definitions for ru_RU.CP866 and | phantom | 2001-02-19 | 4 | -0/+110 |
| | | | | ru_RU.ISO_8859-5 locales | ||||
* | . add comment that 4 character of int_curr_symbol should be SPACE | phantom | 2001-02-19 | 47 | -50/+50 |
| | | | | . fix chinese locales to meet this requirement |