Jump to content

Talk:Common Locale Data Repository

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kotz (talk | contribs) at 20:06, 20 October 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconSoftware: Computing Stub‑class
WikiProject iconThis article is within the scope of WikiProject Software, a collaborative effort to improve the coverage of software on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computing.

Clarity needed

In "It overlaps somewhat with ISO 15897 (POSIX locales)", does not "overlap" imply a partial common extent so that "somewhat" is redundant, and does "overlap" take "with"? Some hint of where the standards are alike and where they differ would be useful.--SilasW (talk) 17:32, 24 March 2008 (UTC)[reply]

Babel

A collection of tools for internationalizing Python applications

Includes:

  • a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.

http://babel.edgewall.org/ — Preceding unsigned comment added by Inputnavel (talkcontribs) 02:16, 11 October 2012 (UTC)[reply]

Update, please Suggestion

This article still has references to "Sun Microsystems" and "Windows Vista". These should be updated or expanded.

Also, is CLDR useful in Linux? If so, which distros?

Solo Owl 15:37, 22 November 2014 (UTC)

Contains rules for plural handling

As far as I know, one important aspect of CLDR is that it contains rules for how many plural forms a language uses, and what numbers are connected with which one of these forms. (English is easy: There are two forms, the first one is used for "1" (singular) and the other form (plural) is used for all other numbers. Russian, for instance, is more complicated. There are three forms. "singular" is used for 1, 21, 31, 41... 101, 121..., "dual" is used for 2, 3, 4, 22, 23, 24, 32, 33, 34..., and "plural" for everything else 0, 5-20, 25-30...) But, I know too little about CLDR to edit this info myself. TobiF (talk) 15:54, 8 September 2017 (UTC)[reply]

agree. Here it is: http://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html Kotz (talk) 20:06, 20 October 2019 (UTC)[reply]