Skip to content

Commit

Permalink
Added missing translations ('fr_FR', 'fr_BE') for Belgium National day
Browse files Browse the repository at this point in the history
  • Loading branch information
R2c authored and vagrant committed Apr 14, 2016
1 parent 72f1e10 commit 864d250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Yasumi/Provider/Belgium.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public function initialize()
* Belgian National Day is the National Day of Belgium celebrated on 21 July each year.
*/
$this->addHoliday(new Holiday('nationalDay', [
'fr_FR' => 'Fête nationale',
'fr_BE' => 'Fête nationale',
'en_US' => 'Belgian National Day',
'nl_NL' => 'Nationale feestdag',
'nl_BE' => 'Nationale feestdag',
Expand Down

0 comments on commit 864d250

Please sign in to comment.