mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
Add galician language
This commit is contained in:
parent
906e015452
commit
e91fcaba16
3 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ $ALLOWED_LANGUAGES = [
|
|||
'de' => 'Deutsch',
|
||||
'it' => 'Italiano',
|
||||
'br' => 'Brezhoneg',
|
||||
'gl' => 'Galego',
|
||||
];
|
||||
const DEFAULT_LANGUAGE = 'en';
|
||||
require_once ROOT_DIR . 'app/inc/i18n.php';
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ if (is_file(CONF_FILENAME)) {
|
|||
'de' => 'Deutsch',
|
||||
'it' => 'Italiano',
|
||||
'br' => 'Brezhoneg',
|
||||
'gl' => 'Galego',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ $ALLOWED_LANGUAGES = [
|
|||
'br' => 'Brezhoneg',
|
||||
'ca' => 'Catalan',
|
||||
'hu' => 'Magyar',
|
||||
'gl' => 'Galego',
|
||||
];
|
||||
|
||||
// Path to image file with the title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue