Skip to content
Snippets Groups Projects
Commit c01238b6 authored by Antonin's avatar Antonin
Browse files

Merge branch 'feature/update-breton-translation' into 'develop'

Update, fix and add breton translation to correct branch



See merge request !143
parents 525a5ab4 f99c402e
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ $ALLOWED_LANGUAGES = [
'es' => 'Español',
'de' => 'Deutsch',
'it' => 'Italiano',
'br' => 'Brezhoneg',
];
const DEFAULT_LANGUAGE = 'en';
require_once ROOT_DIR . 'app/inc/i18n.php';
......@@ -221,4 +222,4 @@ usort($messages, 'compareCheckMessage');
</div>
</div>
</div>
</body>
\ No newline at end of file
</body>
......@@ -57,6 +57,7 @@ $ALLOWED_LANGUAGES = [
'es' => 'Español',
'de' => 'Deutsch',
'it' => 'Italiano',
'br' => 'Brezhoneg',
];
// Nom et emplacement du fichier image contenant le titre
......@@ -92,4 +93,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
];
......@@ -54,9 +54,10 @@ if (is_file(CONF_FILENAME)) {
'es' => 'Español',
'de' => 'Deutsch',
'it' => 'Italiano',
'br' => 'Brezhoneg',
];
}
require_once __DIR__ . '/i18n.php';
// Smarty
require_once __DIR__ . '/smarty.php';
\ No newline at end of file
require_once __DIR__ . '/smarty.php';
This diff is collapsed.
......@@ -57,6 +57,7 @@ $ALLOWED_LANGUAGES = [
'es' => 'Español',
'de' => 'Deutsch',
'it' => 'Italiano',
'br' => 'Brezhoneg',
];
// Nom et emplacement du fichier image contenant le titre
......@@ -92,4 +93,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
];
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