mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-06-24 23:00:29 -04:00
Updated language order
This commit is contained in:
parent
f61f3a6be2
commit
ab11cc6e69
51 changed files with 52 additions and 52 deletions
4
build.py
4
build.py
|
@ -30,10 +30,10 @@ primary_lang = "en"
|
|||
langs = [
|
||||
{"name": "Deutsch", "ext": "de"},
|
||||
{"name": "English", "ext": "en"},
|
||||
{"name": "Turkish", "ext": "tr"},
|
||||
{"name": "Japanese", "ext": "jp"},
|
||||
{"name": "Polski", "ext": "pl"},
|
||||
{"name": "Português", "ext": "pt-br"},
|
||||
{"name": "Türkçe", "ext": "tr"},
|
||||
{"name": "日本語", "ext": "jp"},
|
||||
]
|
||||
|
||||
menu_translations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue