Common Locale Data Repository

From Wiki @ Karl Jones dot com
Revision as of 13:05, 28 October 2016 by Karl Jones (Talk | contribs) (External links)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Common Locale Data Repository Project, often abbreviated as CLDR, is a project of the Unicode Consortium to provide locale data in the XML format for use in computer applications.

Description

CLDR contains locale specific information that an operating system will typically provide to applications. CLDR is written in LDML (Locale Data Markup Language).

The information is currently used in International Components for Unicode, Apple's OS X, LibreOffice, MediaWiki, and IBM's AIX, among other applications and operating systems.

Types of data

Among the types of data that CLDR includes:

  • Translations for language names.
  • Translations for territory and country names.
  • Translations for currency names, including singular/plural modifications.
  • Translations for weekday, month, era, period of day, in full and abbreviated forms.
  • Translations for timezones and example cities (or similar) for timezones.
  • Translations for calendar fields.
  • Patterns for formatting/parsing dates or times of day.
  • Exemplar sets of characters used for writing the language.
  • Patterns for formatting/parsing numbers.
  • Rules for language-adapted collation.
  • Rules for formatting numbers in traditional numeral systems (like Roman numerals, Armenian numerals, …).
  • Rules for spelling out numbers as words.
  • Rules for transliteration between scripts. A lot of it is based on BGN/PCGN romanization.

See also

External links