Update to add the Occitan language
This commit is contained in:
parent
a6373c6e5f
commit
2caa5117d6
@ -53,6 +53,7 @@ const DEFAULT_LANGUAGE = 'fr';
|
|||||||
$ALLOWED_LANGUAGES = [
|
$ALLOWED_LANGUAGES = [
|
||||||
'fr' => 'Français',
|
'fr' => 'Français',
|
||||||
'en' => 'English',
|
'en' => 'English',
|
||||||
|
'oc' => 'Occitan',
|
||||||
'es' => 'Español',
|
'es' => 'Español',
|
||||||
'de' => 'Deutsch',
|
'de' => 'Deutsch',
|
||||||
'it' => 'Italiano',
|
'it' => 'Italiano',
|
||||||
@ -86,4 +87,3 @@ $config = [
|
|||||||
/* create_classic_poll.php */
|
/* create_classic_poll.php */
|
||||||
'user_can_add_img_or_link' => true, // user can add link or URL when creating his poll.
|
'user_can_add_img_or_link' => true, // user can add link or URL when creating his poll.
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user