mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-15 04:15:24 +03:00
feat: Hebrew radio translation 🇮🇱 (#3506)
* Hebrew radio translation 🇮🇱
* chore: loop in alphabetical order
* Replace Arial with Arimo
* Add "he" to companion settings
This commit is contained in:
parent
bd14c83b6a
commit
dd64aaef2e
21 changed files with 58669 additions and 4 deletions
|
@ -15,7 +15,7 @@ def is_special_char(c):
|
|||
|
||||
def get_special_chars():
|
||||
result = {}
|
||||
for lang in["en", "fr", "da", "de", "cz", "nl", "es", "fi", "it", "pl", "pt", "se", "cn", "tw", "jp"]:
|
||||
for lang in["cn", "cz", "da", "de", "en", "es", "fi", "fr", "he", "it", "jp", "nl", "pl", "pt", "se", "tw"]:
|
||||
charset = set()
|
||||
tools_path = os.path.dirname(os.path.realpath(__file__))
|
||||
with open(os.path.join(tools_path, "../radio/src/translations/%s.h" % lang), encoding='utf-8') as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue