Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Mar 31, 2023
1 parent cf4f1f5 commit 1043e73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/public.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@

'locales' => [
Locales::FRENCH->value => [
'double_quote_opener' => '« ', // followed by an UTF-8 non breack space
'double_quote_closer' => ' »', // preceded by an UTF-8 non breack space
'single_quote_opener' => '',
'single_quote_closer' => '',
'double_quote_opener' => '« ', // followed by an UTF-8 non breack space
'double_quote_closer' => ' »', // preceded by an UTF-8 non breack space
'single_quote_opener' => '',
'single_quote_closer' => '',
],

Locales::RUSSIAN->value => [
Expand Down

0 comments on commit 1043e73

Please sign in to comment.