Skip to content
Snippets Groups Projects
Commit 8882756c authored by Olivier Perez's avatar Olivier Perez
Browse files

Add IT language file

parent 3b9dd1fc
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,11 @@ const DEFAULT_LANGUAGE = 'fr';
// List of supported languages, fake constant as arrays can be used as constants only in PHP >=5.6
$ALLOWED_LANGUAGES = [
'fr_FR' => 'Français',
'en_GB' => 'English',
'es_ES' => 'Español',
'de_DE' => 'Deutsch',
'fr' => 'Français',
'en' => 'English',
'es' => 'Español',
'de' => 'Deutsch',
'it' => 'Italiano',
];
// Path to logo
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment