language-data/README.md
Michal Čihař c99f8c268c Add default countries list
It should be in same location as other language data.

See https://github.com/WeblateOrg/weblate/issues/3086

Signed-off-by: Michal Čihař <michal@cihar.com>
2019-11-28 09:49:18 +01:00

1.4 KiB

language-data

Language definitions used by Weblate and free to use by others.

Generic file format

  • Semicolon delimited files
  • Contains language code, name, number of plurals and plural equation

languages.csv

  • Combined from several sources, plurals should match CLDR when available
  • Used by Weblate for language definitions
  • Manually edited

aliases.csv

  • Language aliases to map non standard or legacy locales to ones in languages.csv
  • Manually edited

default_countries.csv

  • List of default country specific locales
  • Used to map them to ones in languages.csv
  • Manually edited

extraplurals.csv

  • Additional plural variants for some languages
  • Usually used in Gettext
  • Manually edited

cldr.csv

gettext.csv

  • Based on Gettext defaults
  • Generated using export-gettext

translate.csv

l10n-guide.csv

  • Extracted from the l10n guide
  • Generated using export-l10n-guide

languages-po

  • Directory containing PO files with langauge names translations
  • Extracted from CLDR data