diff --git a/app/inc/config.template.php b/app/inc/config.template.php index 9aad34e..826c67a 100644 --- a/app/inc/config.template.php +++ b/app/inc/config.template.php @@ -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. -]; - +]; \ No newline at end of file