add translation for Gaelic, Scottish #78

Merged
tobiasd merged 2 commits from 20210715-gd into stable 2021-07-15 21:40:26 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b8332ac785 - Show all commits

View File

@ -19,7 +19,7 @@ $settings = [
'displayErrorDetails' => false, // set to false in production
'addContentLengthHeader' => false, // Allow the web server to send the content-length header
'i18n' => [
'locales' => ['en_US', 'fr_FR', 'cs_CZ', 'de_DE', 'pl_PL', 'ja_JP', 'en_GB', 'it_IT', 'fr_FR', 'et_EE', 'nl_NL', 'th_TH', 'zh_CN', 'ar'],
'locales' => ['en_US', 'fr_FR', 'cs_CZ', 'de_DE', 'pl_PL', 'ja_JP', 'en_GB', 'it_IT', 'fr_FR', 'et_EE', 'nl_NL', 'th_TH', 'zh_CN', 'ar', 'gd'],
'default' => 'en_US',
'path' => __DIR__ . '/lang'
],