mirror of
https://github.com/markqvist/reticulum_website.git
synced 2024-10-01 03:15:41 -04:00
feat(build): Add spanish
Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com>
This commit is contained in:
parent
c3eddacfab
commit
062104c85b
12
build.py
12
build.py
@ -32,6 +32,7 @@ langs = [
|
||||
{"name": "English", "ext": "en"},
|
||||
{"name": "Nederlands", "ext": "nl"},
|
||||
{"name": "Polski", "ext": "pl"},
|
||||
{"name": "Español", "ext": "es"},
|
||||
{"name": "Português", "ext": "pt-br"},
|
||||
{"name": "Türkçe", "ext": "tr"},
|
||||
{"name": "日本語", "ext": "jp"},
|
||||
@ -115,6 +116,17 @@ menu_translations = {
|
||||
"SOURCE": "Código",
|
||||
"DONATE": "Ajude",
|
||||
},
|
||||
"es": {
|
||||
"RETICULUM": "Reticulum",
|
||||
"START": "Empezas",
|
||||
"HARDWARE": "Hardware",
|
||||
"TESTNET": "Testnet",
|
||||
"MANUAL": "Manual",
|
||||
"CRYPTO": "Crypto",
|
||||
"CREDITS": "Creditos",
|
||||
"SOURCE": "Código fuente",
|
||||
"DONATE": "Donar",
|
||||
},
|
||||
"zh-cn": {
|
||||
"RETICULUM": "Reticulum",
|
||||
"START": "开始使用",
|
||||
|
Loading…
Reference in New Issue
Block a user