preparing portuguese

This commit is contained in:
HB9HIL
2024-07-22 20:22:18 +02:00
parent 967748f544
commit fe015a2e0c
6 changed files with 44 additions and 0 deletions

View File

@@ -171,6 +171,16 @@ $config['languages'] = array(
'code' => 'pl',
'flag' => 'pl',
),
'portuguese' => array(
'name' => 'Português',
'name_en' => 'Portuguese',
'folder' => 'portuguese',
'locale' => 'pt-PT',
'gettext' => 'pt_PT',
'direction' => 'ltr',
'code' => 'pt',
'flag' => 'pt',
),
'russian' => array(
'name' => 'Русский',
'name_en' => 'Russian',

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden. </p>
</body>
</html>

View File

@@ -626,6 +626,7 @@
<?= __("Greek"); ?>
<?= __("Italian"); ?>
<?= __("Polish"); ?>
<?= __("Portuguese"); ?>
<?= __("Russian"); ?>
<?= __("Spanish"); ?>
<?= __("Swedish"); ?>

View File

@@ -128,6 +128,16 @@ $gt_conf['languages'] = array(
'code' => 'pl',
'flag' => 'pl',
),
'portuguese' => array(
'name' => 'Português',
'name_en' => 'Portuguese',
'folder' => 'portuguese',
'locale' => 'pt-PT',
'gettext' => 'pt_PT',
'direction' => 'ltr',
'code' => 'pt',
'flag' => 'pt',
),
'russian' => array(
'name' => 'Русский',
'name_en' => 'Russian',

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden. </p>
</body>
</html>

View File

@@ -1572,6 +1572,7 @@ global $wavelog_url;
<?= __("Greek"); ?>
<?= __("Italian"); ?>
<?= __("Polish"); ?>
<?= __("Portuguese"); ?>
<?= __("Russian"); ?>
<?= __("Spanish"); ?>
<?= __("Swedish"); ?>