Skip to content

WeblateOrg/language-data

Repository files navigation

Weblate

Weblate is libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.

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

Website

Translation status

CII Best Practices

PyPI package

Documentation

Usage

The Python module can be installed from the PyPI:

pip install weblate-language-data

It contains several modules containing language definitions and Gettext translations for them (in a way that they would be discovered by Django when used as an Django application).

CSV Files

The repository also contains CSV files which are used to generate the Python code and can be used independently.

  • 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

Contributing

Contributions are welcome! See documentation for more information.