mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/language-data.git
synced 2026-04-21 09:42:22 +08:00
16 lines
495 B
Python
16 lines
495 B
Python
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
"""
|
|
Language data definitions.
|
|
|
|
This is an automatically generated file, see scripts/generate-language-data
|
|
|
|
Do not edit, please adjust language definitions in following repository:
|
|
https://github.com/WeblateOrg/language-data
|
|
"""
|
|
# pylint: disable=line-too-long,too-many-lines
|
|
|
|
# List of ambiguous codes based on ISO-639-3 macrolanguages
|
|
AMBIGUOUS = {"ku": ["ckb", "kmr", "sdh"], "kur": ["ckb", "kmr", "sdh"]}
|