Skip to content

Commit

Permalink
Update VictoryInEuropeDayTest.php (#153)
Browse files Browse the repository at this point in the history
Change fr_FR locale translation.
  • Loading branch information
pioc92 authored and stelgenhof committed May 28, 2019
1 parent 55e4b25 commit abbe7ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Yasumi/data/translations/victoryInEuropeDay.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
return [
'cs_CZ' => 'Den vítězství',
'en_US' => 'Victory in Europe Day',
'fr_FR' => 'Fête de la Victoire',
'fr_FR' => 'Victoire 1945',
'sk_SK' => 'Deň víťazstva nad fašizmom',
];
2 changes: 1 addition & 1 deletion tests/France/VictoryInEuropeDayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testTranslation(): void
self::REGION,
self::HOLIDAY,
$this->generateRandomYear(self::ESTABLISHMENT_YEAR),
[self::LOCALE => 'Fête de la Victoire']
[self::LOCALE => 'Victoire 1945']
);
}

Expand Down

0 comments on commit abbe7ae

Please sign in to comment.