Added russian translation by Vafin

This commit is contained in:
WolverinDEV 2019-03-25 20:03:51 +01:00
parent b52f318c74
commit 658c3506d7
7 changed files with 8839 additions and 0 deletions

View file

View file

16
shared/html/manifest.json Normal file
View file

@ -0,0 +1,16 @@
{
"short_name": "TeaWeb",
"name": "TeaSpeak Web",
"icons": [
{
"src": "img/favicon/teacup.png",
"type": "image/png",
"sizes": "256x256"
}
],
"start_url": "?",
"background_color": "#18BC9C",
"display": "standalone",
"scope": "/",
"theme_color": "#18BC9C"
}

View file

@ -15,6 +15,10 @@
{
"key": "fr_gt",
"path": "fr_google_translate.translation"
},
{
"key": "ru",
"path": "ru_translate_vafin.translation"
}
],
"name": "Default TeaSpeak repository",

File diff suppressed because it is too large Load diff

View file

View file