summaryrefslogtreecommitdiffstats
path: root/share/numericdef
Commit message (Collapse)AuthorAgeFilesLines
...
* Add uk_UAache2001-02-172-0/+13
| | | | 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/+26
|
* Add ko_KR.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-113-1/+26
| | | | Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
* Add Polish locale.abial2001-02-103-0/+25
|
* Back out my "3;3" -> something change. While technikally the same, it onlyache2001-02-1017-17/+17
| | | | | | | leads to confusion. el_GR: change "0;0" to "-1". "0" is repeater for previous number, not no grouping
* 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/+24
| | | | | 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/+24
| | | | Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> via -i18n
* Use -1 for CHAR_MAX instead of empty string as recommended by POSIXache2001-02-106-6/+6
| | | | Still not parsed in localeconv() in anycase
* I change my mind a bit: assuming last \0 is contrproductive since will causeache2001-02-1015-15/+15
| | | | | | user confusion, so specify it directly, i.e. change "3" to "3;0". In this style "3;" must not cause repeating (converted to \3, CHAR_MAX, \0) NOTE: still no proper conversion done in localeconv()
* Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3)ache2001-02-1021-42/+42
| | | | | | | | repeated forever according to SUSv2 Remove "0;0" - \0 means not "no grouping" but repeat forever previous char, and added automatically. Empty string could be parsed later into CHAR_MAX (real "no grouping") by localeconv()
* Add links:wollman2001-02-091-0/+15
| | | | | | | | | | | | en_CA, en_GB => en_US en_AU, en_NZ => en_GB fr_CA, fr_CH => fr_FR There are separate links for `GB English' and `US English' because I anticipate users of the former to potentially want a thousands_sep of " " (to match modern British style) rather than ",". XXX What about en_IE? ISO_8859-15?
* Use make(1) for loop rather than sh(1) loop.wollman2001-02-091-4/+4
|
* Use " " as thousands_sepache2001-02-091-1/+1
|
* Add is_IS locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-0/+25
|
* Add fi_FI locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-0/+25
|
* Add af_ZA locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-1/+26
|
* Add fr_FR locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-0/+25
|
* Add de_DE locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-0/+25
|
* Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-1/+26
|
* Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-0/+25
|
* Add sv_SE locale files for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-093-1/+26
|
* Repeat after me: no commits when tired.asmodai2001-02-092-0/+12
| | | | Add the correct named file for LC_NUMERIC for nl_NL locales.
* Apply clue to mind and correct the ISO setting to the correct one.asmodai2001-02-082-1/+1
| | | | | This adds LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for nl_NL locales.
* Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions forasmodai2001-02-082-0/+13
| | | | nl_NL.ISO_8859-9.
* Add sources for following categories: LC_NUMERIC (share/numericdef),phantom2001-02-084-0/+60
LC_MONETARY (share/monetdef), LC_MESSAGES (share/msgdef). Now only en_US.ISO_8859-1 and ru_RU.KOI8-R locales ready. I will find some time in near future and'll try to make defintions for other locales.
OpenPOWER on IntegriCloud