Aindriú Mac Giolla Eoin b996bd3e65
Updated languages.py to add Irish lang code (manually) (#126689)
* Updated languages.py to add Irish lang code (manually)

Added Irish language code manually without running the command 'python3 -m script.languages ga'.  Due to the size of the repository, I was unable to clone and run the generation script for updating languages.py

* Update homeassistant/generated/languages.py

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>

---------

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-09-27 23:49:31 +02:00

116 lines
1.2 KiB
Python
Generated

"""Automatically generated file.
To update, run python3 -m script.languages [frontend_tag]
"""
DEFAULT_LANGUAGE = "en"
LANGUAGES = {
"af",
"ar",
"bg",
"bn",
"bs",
"ca",
"cs",
"cy",
"da",
"de",
"el",
"en",
"en-GB",
"eo",
"es",
"es-419",
"et",
"eu",
"fa",
"fi",
"fr",
"fy",
"ga",
"gl",
"gsw",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"ja",
"ka",
"ko",
"lb",
"lt",
"lv",
"mk",
"ml",
"nb",
"nl",
"nn",
"pl",
"pt",
"pt-BR",
"ro",
"ru",
"sk",
"sl",
"sr",
"sr-Latn",
"sv",
"ta",
"te",
"th",
"tr",
"uk",
"ur",
"vi",
"zh-Hans",
"zh-Hant",
}
NATIVE_ENTITY_IDS = {
"af",
"bs",
"ca",
"cs",
"cy",
"da",
"de",
"en",
"en-GB",
"eo",
"es",
"es-419",
"et",
"eu",
"fi",
"fr",
"fy",
"gl",
"gsw",
"hr",
"hu",
"id",
"is",
"it",
"ka",
"lb",
"lt",
"lv",
"nb",
"nl",
"nn",
"pl",
"pt",
"pt-BR",
"ro",
"sk",
"sl",
"sr-Latn",
"sv",
"tr",
}