Skip to content

Commit

Permalink
Merge pull request #327 from forxer/main
Browse files Browse the repository at this point in the history
Set smart punctuation config for French
  • Loading branch information
andrey-helldar authored Mar 31, 2023
2 parents 6c1d2ae + 1043e73 commit 44d5786
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/public.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
],

'locales' => [
//Locales::FRENCH->value => [
// 'double_quote_opener' => '“',
// 'double_quote_closer' => '”',
// 'single_quote_opener' => '‘',
// 'single_quote_closer' => '’',
//],
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' => '',
],

Locales::RUSSIAN->value => [
'double_quote_opener' => '«',
Expand Down

0 comments on commit 44d5786

Please sign in to comment.