language-data/weblate_language_data/rtl.py
2025-07-07 15:20:45 +02:00

75 lines
1 KiB
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.py
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 RTL languages
RTL_LANGS: set[str] = {
"ae",
"aeb",
"aii",
"ajp",
"apc",
"apd",
"ar",
"ar_BH",
"ar_DZ",
"ar_EG",
"ar_KW",
"ar_LY",
"ar_MA",
"ar_SA",
"ar_YE",
"ara",
"arc",
"arq",
"ars",
"arz",
"ave",
"bal",
"bgn",
"bqi",
"ckb",
"ckb_IR",
"dv",
"egy",
"fa",
"fa_AF",
"fas",
"ha",
"he",
"heb",
"khw",
"ks",
"lrc",
"luz",
"ms_Arab",
"mzn",
"nqo",
"pa_PK",
"pal",
"per",
"phn",
"ps",
"rhg",
"sam",
"sd",
"sdh",
"skr",
"syc",
"syr",
"ug",
"ur",
"ur_IN",
"urd",
"yi",
}