1
0
Fork 0
mirror of https://github.com/Andre0512/hon.git synced 2025-05-21 02:15:06 -04:00

Update readme for translations

This commit is contained in:
Andre Basche 2023-04-22 21:33:49 +02:00
parent 7f439139d5
commit d2cebfad67
2 changed files with 43 additions and 19 deletions

View file

@ -4,26 +4,27 @@ from pathlib import Path
from pyhon import HonAPI
# These languages are official supported by hOn
LANGUAGES = [
"cs",
"de",
"el",
"en",
"es",
"fr",
"he",
"hr",
"it",
"nl",
"pl",
"pt",
"ro",
"ru",
"sk",
"sl",
"sr",
"tr",
"zh",
"cs", # Czech
"de", # German
"el", # Greek
"en", # English
"es", # Spanish
"fr", # French
"he", # Hebrew
"hr", # Croatian
"it", # Italian
"nl", # Dutch
"pl", # Polish
"pt", # Portuguese
"ro", # Romanian
"ru", # Russian
"sk", # Slovak
"sl", # Slovenian
"sr", # Serbian
"tr", # Turkish
"zh", # Chinese
]
WASHING_PR_PHASE = {