Skip to content

Commit 0feac2c

Browse files
committed
[#533] Adjust project Lang starter config
1 parent b2f26ac commit 0feac2c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

shared/config/lang.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
* Language configurations
77
* ---------------------------------------------------------
88
*/
9-
'default' => 'deepl',
9+
'default' => 'file',
1010
'supported' => ['en', 'es'],
1111
'default_locale' => 'en',
1212
'url_segment' => 1,
1313
'file' => [],
1414
'deepl' => [
1515
'use_source_catalog' => true,
1616
'auth_key' => '',
17-
'api_url' => '',
1817
'source_locale' => 'en',
1918
'cache' => [
2019
'enabled' => true,

tests/_root/shared/config/lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* Multilingual settings
77
* ---------------------------------------------------------
88
*/
9-
'supported' => ['en', 'ru', 'am'],
109
'default' => 'file',
10+
'supported' => ['en', 'ru', 'am'],
1111
'default_locale' => 'en',
1212
'file' => [],
1313
'url_segment' => 1,

0 commit comments

Comments
 (0)