mirror of
https://github.com/MaciejkaG/statki.git
synced 2024-11-30 00:32:55 +01:00
Translation and animation improvements
This commit is contained in:
parent
ad23b8a18d
commit
b787e79a00
@ -77,7 +77,8 @@
|
||||
"No matches played": "No matches played"
|
||||
},
|
||||
"Settings": {
|
||||
"General": "General"
|
||||
"General": "General",
|
||||
"Log out": "Log out"
|
||||
},
|
||||
"General": {
|
||||
"Unknown error occured": "Unknown error occured",
|
||||
|
@ -78,7 +78,8 @@
|
||||
"No matches played": "Nie zagrano żadnych meczy"
|
||||
},
|
||||
"Settings": {
|
||||
"General": "Ogólne"
|
||||
"General": "Ogólne",
|
||||
"Log out": "Wyloguj się"
|
||||
},
|
||||
"General": {
|
||||
"Unknown error occured": "Wystąpił nieznany błąd",
|
||||
|
@ -107,9 +107,9 @@ loginForm.addEventListener('submit', (e) => {
|
||||
return;
|
||||
}
|
||||
|
||||
lockUI(false);
|
||||
switchView("authView");
|
||||
progressParalax();
|
||||
lockUI(false);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
@ -101,7 +101,7 @@
|
||||
|
||||
</select>
|
||||
<h3><a href="/privacy" target="_blank">{{ t 'landing.Privacy policy' }}</a></h3>
|
||||
<h3 id="logout">Log out</h3>
|
||||
<h3 id="logout">{{ t 'menu.Settings.Log out' }}</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user