We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b2582 commit 16799e5Copy full SHA for 16799e5
packages/sprinkle-core/app/tests/Integration/I18n/SiteLocaleTest.php
@@ -109,7 +109,7 @@ public function testGetAvailableOptions(): void
109
// Set expectations. Note the sort applied here
110
$expected = [
111
'en_US' => 'English',
112
- 'fr_FR' => 'Tomato', // Just to be sure the fake locale are loaded ;)
+ 'fr_FR' => 'Tomate', // Just to be sure the fake locale are loaded ;)
113
];
114
$options = $locale->getAvailableOptions();
115
$this->assertSame($expected, $options);
packages/sprinkle-core/app/tests/Integration/I18n/data/fr_FR/locale.yaml
@@ -1,5 +1,5 @@
1
name: Tomato
2
-regional: Français
+regional: Tomate
3
authors:
4
- Louis Charette
5
plural_rule: 2
0 commit comments