language-data/weblate_language_data/rtl.py

76 lines
1 KiB
Python
Raw Normal View History

2023-01-10 09:51:06 +01:00
# Copyright © Michal Čihař <michal@weblate.org>
#
2023-01-13 09:57:01 +01:00
# 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
2024-11-13 09:10:31 +01:00
RTL_LANGS: set[str] = {
"ae",
"aeb",
"aii",
2023-10-25 13:15:19 +02:00
"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",
2025-07-07 15:16:34 +02:00
"pa_PK",
"pal",
"per",
"phn",
"ps",
"rhg",
"sam",
2024-01-09 09:02:52 +01:00
"sd",
"sdh",
2023-02-14 12:37:30 +01:00
"skr",
"syc",
"syr",
"ug",
"ur",
"ur_IN",
"urd",
"yi",
}