Enable Russian and Ukrainian translations

Close #26
This commit is contained in:
Joshua Ramon Enslin 2022-12-16 22:55:53 +01:00
parent c04d63e026
commit 7192b03ead
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
9 changed files with 9 additions and 5 deletions

@ -1 +1 @@
Subproject commit f6257838b45a4b991bf00db8a7589044bccb7f18
Subproject commit 737824e83fe380370d2c78764b70c3d56e1ea2b2

View File

@ -10,7 +10,7 @@ declare(strict_types = 1);
const CACHE_DIR_PERMS = 0775;
const ALLOWED_LANGS = ['de', 'en', 'hu'];
const ALLOWED_LANGS = ['de', 'en', 'hu', 'ru', 'uk'];
const TL_FILE_DIRS = [
__DIR__ . "/../l10n/musdb/",

@ -1 +1 @@
Subproject commit a4a3733f9a5dcfab2def7bace7fe4517eb00df86
Subproject commit fb1597c1fa1fc3cebfb1b74c191612016251f7c5

@ -1 +1 @@
Subproject commit 4663b4a5f77f4b417cc93b923f1304d354317203
Subproject commit 1e2ccf00c6c08265170863795b00c2c8e60c04f7

View File

@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html data-allowed-langs="de,en,hu">
<html data-allowed-langs="de,en,hu,ru,uk">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
public/json/tls.ru.json Normal file

File diff suppressed because one or more lines are too long

1
public/json/tls.uk.json Normal file

File diff suppressed because one or more lines are too long