mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Icons for the menu, fixed the centration for the (i)
This commit is contained in:
@@ -51,13 +51,7 @@ function beriba(){
|
||||
// Languages
|
||||
function checklang(){
|
||||
if(navigator.language == 'cs' || navigator.language == 'cs-CZ'){
|
||||
shop.innerHTML = 'Obchod';
|
||||
upg.innerHTML = 'Vylepšení';
|
||||
sett.innerHTML = 'Nastavení';
|
||||
}else{
|
||||
shop.innerHTML = 'Shop';
|
||||
upg.innerHTML = 'Upgrades';
|
||||
sett.innerHTML = 'Settings';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user