Activate Catalan language
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
9239954123
commit
3de07eb565
@ -46,6 +46,7 @@ $ALLOWED_LANGUAGES = [
|
||||
'de' => 'Deutsch',
|
||||
'it' => 'Italiano',
|
||||
'br' => 'Brezhoneg',
|
||||
'ca' => 'Català',
|
||||
];
|
||||
const DEFAULT_LANGUAGE = 'en';
|
||||
require_once ROOT_DIR . 'app/inc/i18n.php';
|
||||
|
@ -55,6 +55,7 @@ if (is_file(CONF_FILENAME)) {
|
||||
'de' => 'Deutsch',
|
||||
'it' => 'Italiano',
|
||||
'br' => 'Brezhoneg',
|
||||
'ca' => 'Català'
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -59,6 +59,7 @@ $ALLOWED_LANGUAGES = [
|
||||
'nl' => 'Dutch',
|
||||
'it' => 'Italiano',
|
||||
'br' => 'Brezhoneg',
|
||||
'ca' => 'Català',
|
||||
];
|
||||
|
||||
// Path to image file with the title
|
||||
|
Loading…
Reference in New Issue
Block a user