Weblate is a copylefted 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.
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).
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
- Combined from several sources, plurals should match CLDR when available
- Used by Weblate for language definitions
- Manually edited
- Language aliases to map non standard or legacy locales to ones in languages.csv
- Manually edited
- List of default country specific locales
- Used to map them to ones in languages.csv
- Manually edited
- Additional plural variants for some languages
- Usually used in Gettext
- Manually edited
- Based purely on the CLDR data
- Generated using export-cldr from https://github.com/mlocati/cldr-to-gettext-plural-rules
- Based on Gettext defaults
- Generated using export-gettext
- Extracted from translate-toolkit
- Generated using export-translate
- Extracted from the l10n guide
- Generated using export-l10n-guide
- Directory containing PO files with langauge names translations
- Extracted from CLDR data
Contributions are welcome! See documentation for more information.