| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
reverts r315569.
Reported by: Ting-Wei Lan <lantw44 gmail com>
Discussed with: kevlo
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=349225
|
|
|
|
| |
Notes:
svn path=/head/; revision=315569
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for Chinese locales.
As mentioned in the commit message of r289041, nl_langinfo(ABMON_*) only
returned numbers when using a Chinese locale, this causes problems in
applications that put the short month name and the day of the month together.
Spotted by: Ting-Wei Lan <lantw44 gmail com>
Notes:
svn path=/head/; revision=305265
|
|
|
|
|
|
|
| |
date/time formats for these locales.
Notes:
svn path=/head/; revision=304192
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While CLDR brings us a good and up to date source data to generate locales for
all databses we are using for locales, it is not the case of LC_TIME. Where it
does not defines the informations we need.
Put back all the date and time formats from the old locales.
Make it statically for now (in order to be able to merge it now into
11.0-RELEASE). The generation tools will be updated soon.
That gives us time to properly work on LC_TIME during the 12 timeframe.
While here fix abbreviated month for af_ZA (which are already fixed in CLDR
data upstream)
In locales where AP/PM was not defined before CLDR data, remove again the AP/PM
informations
For locales where AP/PM was defined before CLDR data, keep the CLDR information
which was properly translated.
MFC after: 3 days
Notes:
svn path=/head/; revision=304045
|
|
|
|
|
|
|
| |
Reviewed by: bapt
Notes:
svn path=/head/; revision=303373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For all locales with variants:
- if no ambiguity on the locale (only one variant) just use the regular name
- if ambiguity, pick one as default and append @<variant> to the others
respecting POSIX
As a result:
- All the 3 components locales added recently are renamed to the usual 2
components version for all but sr_RS.UTF-8
- Set sr_RS.UTF-8 to the cyrillic variant
- Add sr_RS.UTF-8@latin
- Remove the symlinks aliases they were created to represent the 2 components
version as aliasas and are now useless
- Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those
changes
Discussed with: ache@
Approved by: re@ (gjb)
Notes:
svn path=/head/; revision=302329
|
|
|
|
| |
Notes:
svn path=/projects/collation/; revision=286464
|
|
|
|
|
|
|
|
|
|
|
| |
1) Back out "month names" -> "months names" and fix few such cases which
are wrong initially
2) "weekdays names" -> "weekday names"
Noted by: des [1]
Notes:
svn path=/head/; revision=174990
|
|
|
|
|
|
|
|
|
|
|
|
| |
"month names" -> "months names"
typo
"Long months names (alternative)" or "in alternative form" ->
"(without case ending)"
"Long months names" -> "Long months names (as in a date)"
to not confuse developers on what purpose those sections are
Notes:
svn path=/head/; revision=174977
|
|
|
|
|
|
|
| |
break colums
Notes:
svn path=/head/; revision=74609
|
|
|
|
| |
Notes:
svn path=/head/; revision=74606
|
|
|
|
| |
Notes:
svn path=/head/; revision=74570
|
|
|
|
|
|
|
| |
Add ampm_fmt to all locales
Notes:
svn path=/head/; revision=74413
|
|
|
|
| |
Notes:
svn path=/head/; revision=61902
|
|
|
|
| |
Notes:
svn path=/head/; revision=54090
|
|
|
|
| |
Notes:
svn path=/head/; revision=53961
|
|
|
|
| |
Notes:
svn path=/head/; revision=53943
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
It makes compatible with IANA charset defination, and let existent I18N
app happier.
Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
Notes:
svn path=/head/; revision=47831
|