Update to add the Occitan language

This commit is contained in:
Quentin 2016-02-23 09:25:05 +01:00
parent a6373c6e5f
commit 2caa5117d6

View File

@ -53,6 +53,7 @@ const DEFAULT_LANGUAGE = 'fr';
$ALLOWED_LANGUAGES = [
'fr' => 'Français',
'en' => 'English',
'oc' => 'Occitan',
'es' => 'Español',
'de' => 'Deutsch',
'it' => 'Italiano',
@ -86,4 +87,3 @@ $config = [
/* create_classic_poll.php */
'user_can_add_img_or_link' => true, // user can add link or URL when creating his poll.
];