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 = [
|
||||
'fr' => 'Français',
|
||||
'en' => 'English',
|
||||
'oc' => 'Occitan',
|
||||
'es' => 'Español',
|
||||
'de' => 'Deutsch',
|
||||
'it' => 'Italiano',
|
||||
@ -85,5 +86,4 @@ $config = [
|
||||
'default_poll_duration' => 180, // default values for the new poll duration (number of days).
|
||||
/* create_classic_poll.php */
|
||||
'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