mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-04 15:12:29 +08:00
Language definitions used by Weblate
.github | ||
languages-po | ||
modules | ||
scripts | ||
weblate_language_data | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
.yamllint.yml | ||
aliases.csv | ||
cldr.csv | ||
default_countries.csv | ||
extraplurals.csv | ||
gettext.csv | ||
l10n-guide.csv | ||
languages.csv | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
PLURALS_DIFF.md | ||
pyproject.toml | ||
README.rst | ||
requirements-lint.txt | ||
requirements-test.txt | ||
requirements.txt | ||
SECURITY.md | ||
setup.cfg | ||
setup.py | ||
translate.csv |
.. image:: https://s.weblate.org/cdn/Logo-Darktext-borders.png :alt: Weblate :target: https://weblate.org/ :height: 80px **Weblate is a copylefted libre software web-based continuous localization system, used by over 1150 libre projects and companies in more than 115 countries.** 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 -------- * Based purely on the CLDR data * Generated using export-cldr from https://github.com/mlocati/cldr-to-gettext-plural-rules gettext.csv ----------- * Based on Gettext defaults * Generated using export-gettext translate.csv ------------- * Extracted from `translate-toolkit`_ * Generated using export-translate 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 .. _Weblate: https://weblate.org/ .. _translate-toolkit: https://toolkit.translatehouse.org/ .. _l10n guide: https://docs.translatehouse.org/projects/localization-guide/en/latest/