mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-21 23:01:39 +01:00
Update check script
This commit is contained in:
parent
30c84d8cbf
commit
981b30e4af
@ -56,7 +56,7 @@
|
||||
},
|
||||
{
|
||||
"lang_id": "pl",
|
||||
"lang_name": "Polish)",
|
||||
"lang_name": "Polish",
|
||||
"lang_name_localized": "Polski"
|
||||
}
|
||||
]
|
||||
|
@ -238,7 +238,7 @@
|
||||
"IP Address": "Adres IP",
|
||||
"Enter IP Address / Hostname": "Wpisz Adres IP / Nazwę Hosta",
|
||||
"IP Address / Hostname": "Adres IP / Nazwa Hosta",
|
||||
"Dashboard IP Address & Listen Port": "Adres IP Portalu WGDashboard oraz Port Nasłuchiwania",
|
||||
"Dashboard IP Address \\& Listen Port": "Adres IP Portalu WGDashboard oraz Port Nasłuchiwania",
|
||||
"Count": "Ilość",
|
||||
"Geolocation": "Geolokalizacja",
|
||||
"Is Alive": "Jest Online",
|
||||
@ -313,5 +313,6 @@
|
||||
"Traceroute": "Trasa Pakietów (Traceroute)",
|
||||
"Autostart": "Automatyczny Start",
|
||||
"Path": "Ścieżka"
|
||||
|
||||
}
|
||||
|
||||
|
@ -36,8 +36,7 @@ for language in active_languages:
|
||||
# Print missing translations
|
||||
print("\t[Missing Translations]")
|
||||
if missing_translation:
|
||||
print(",\n".join(f'\t\t"{key}": ""'
|
||||
for key in missing_translation))
|
||||
print(",\n".join(f'\t\t"' + key + '": ""' for key in missing_translation))
|
||||
else:
|
||||
print("\t\tNo missing translations")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user