Add CS translations, thanks Aditoo

This commit is contained in:
Hypolite Petovan 2018-11-17 08:21:37 -05:00
commit 4ca3fd5a32
3 changed files with 201 additions and 1 deletions

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', 'fr'],
'locales' => ['en', 'fr', 'cs'],
'default' => 'en',
'path' => __DIR__ . '/lang'
],