Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/classes/Translations.php')
-rw-r--r--src/classes/Translations.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classes/Translations.php b/src/classes/Translations.php
index 56c7d183..af2074e7 100644
--- a/src/classes/Translations.php
+++ b/src/classes/Translations.php
@@ -11,6 +11,7 @@ namespace PHPPgAdmin;
*/
class Translations
{
+ public $lang;
// List of language files, and encoded language name.
public $appLangFiles = [
@@ -117,7 +118,6 @@ class Translations
'pt' => 'portuguese-pt',
'ro' => 'romanian',
'ru' => 'russian',
- 'ru' => 'russian',
'sk' => 'slovak',
'es' => 'spanish',
'sv' => 'swedish',
@@ -152,7 +152,7 @@ class Translations
'portuguese-pt' => 'pt',
'romanian' => 'ro',
'russian' => 'ru',
- 'russian' => 'ru',
+
'slovak' => 'sk',
'spanish' => 'es',
'swedish' => 'sv',