mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-06-08 23:23:15 -04:00
Added menu translation and updated links
This commit is contained in:
parent
fdfc35dd10
commit
bc70619288
9 changed files with 41 additions and 29 deletions
12
build.py
12
build.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue