mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
preparing portuguese
This commit is contained in:
@@ -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',
|
||||
|
||||
11
application/locale/pt_PT/LC_MESSAGES/index.html
Normal file
11
application/locale/pt_PT/LC_MESSAGES/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden. </p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -626,6 +626,7 @@
|
||||
<?= __("Greek"); ?>
|
||||
<?= __("Italian"); ?>
|
||||
<?= __("Polish"); ?>
|
||||
<?= __("Portuguese"); ?>
|
||||
<?= __("Russian"); ?>
|
||||
<?= __("Spanish"); ?>
|
||||
<?= __("Swedish"); ?>
|
||||
|
||||
@@ -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',
|
||||
|
||||
11
install/includes/gettext/locale/pt_PT/LC_MESSAGES/index.html
Normal file
11
install/includes/gettext/locale/pt_PT/LC_MESSAGES/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden. </p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1572,6 +1572,7 @@ global $wavelog_url;
|
||||
<?= __("Greek"); ?>
|
||||
<?= __("Italian"); ?>
|
||||
<?= __("Polish"); ?>
|
||||
<?= __("Portuguese"); ?>
|
||||
<?= __("Russian"); ?>
|
||||
<?= __("Spanish"); ?>
|
||||
<?= __("Swedish"); ?>
|
||||
|
||||
Reference in New Issue
Block a user