Added menu translation and updated links

This commit is contained in:
Mark Qvist 2022-11-15 20:50:51 +01:00
parent fdfc35dd10
commit bc70619288
9 changed files with 41 additions and 29 deletions

View file

@ -28,6 +28,7 @@ menu_md = """<div class="top_menu">[{RETICULUM}](index{LANG_EXT}.html) | [{START
primary_lang = "en"
langs = [
{"name": "Deutsch", "ext": "de"},
{"name": "English", "ext": "en"},
{"name": "Português", "ext": "pt-br"},
]
@ -44,6 +45,17 @@ menu_translations = {
"SOURCE": "Source",
"DONATE": "Donate",
},
"de": {
"RETICULUM": "Reticulum",
"START": "Los Geht's",
"HARDWARE": "Hardware",
"TESTNET": "Testnetz",
"MANUAL": "Handbuch",
"CRYPTO": "Krypto",
"CREDITS": "Credits",
"SOURCE": "Quellcode",
"DONATE": "Unterstützen",
},
"pt-br": {
"RETICULUM": "Reticulum",
"START": "Começar",