From 98d37e8f3cfc2ea34cfabf5c485a2a476d3f6eed Mon Sep 17 00:00:00 2001 From: Vincent Garnier Date: Mon, 12 Aug 2024 12:46:06 +0200 Subject: [PATCH] Use UTF-8 No-Break Space character instead of HTML entities in FR --- CHANGELOG.md | 6 ++++++ composer.json | 12 ++++++------ locales/fr/php.json | 4 ++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd9520..d5887bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +1.8.1 (2024-08-12) +------------------ + +- Use UTF-8 No-Break Space character instead of HTML entities in FR + + 1.8.0 (2024-06-10) ------------------ diff --git a/composer.json b/composer.json index d95b831..37246fc 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ "laravel-lang/publisher": "^14.1 || ^15.0 || ^16.0" }, "require-dev": { - "illuminate/filesystem": "^10.46 || ^11.10.0", - "illuminate/support": "^10.46 || ^11.10.0", - "laravel-lang/status-generator": "^1.19 || ^2.11.2", - "laravel/pint": "^1.16.0", - "phpunit/phpunit": "^10.5.20", - "symfony/var-dumper": "^6.4.8" + "illuminate/filesystem": "^10.46 || ^11.20.0", + "illuminate/support": "^10.46 || ^11.20.0", + "laravel-lang/status-generator": "^1.19 || ^2.11.3", + "laravel/pint": "^1.17.2", + "phpunit/phpunit": "^10.5.29", + "symfony/var-dumper": "^6.4.10" }, "autoload": { "psr-4": { diff --git a/locales/fr/php.json b/locales/fr/php.json index 10754f9..cf82fee 100644 --- a/locales/fr/php.json +++ b/locales/fr/php.json @@ -65,7 +65,7 @@ "inactive": "inactif", "inactive_fem": "inactive", "info": "Information", - "info_required_fields": "Les champs obligatoires sont indiqués par :", + "info_required_fields": "Les champs obligatoires sont indiqués par :", "kB": "ko", "kilogram": "kilogramme", "kilometer": "kilomètre", @@ -129,7 +129,7 @@ "success": "Succès", "TB": "To", "test": "Test", - "thousands_separator": " ", + "thousands_separator": " ", "top": "retour en haut", "unarchive": "désarchiver", "unarchive_something": "désarchiver :something",