generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Germany: Adding local for EN, FR, NL (#183)
* Adding germany local for EN, FR, NL * Adding test for local support * Update tests/Countries/GermanyTest.php --------- Co-authored-by: Niels Vanpachtenbeke <[email protected]>
- Loading branch information
1 parent
1ecaacb
commit 7e912ad
Showing
4 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"Neujahr": "New Year", | ||
"Heilige Drei Könige": "Epiphany", | ||
"Tag der Arbeit": "Labour Day", | ||
"Himmelfahrt": "Ascension Day", | ||
"Pfingstmontag": "Whit Monday", | ||
"Pfingstsonntag": "Whit Sunday", | ||
"Fronleichnam": "Corpus Christi", | ||
"Mariä Himmelfahrt": "Assumption of Mary", | ||
"Tag der Deutschen Einheit": "German Unity Day", | ||
"Reformationstag": "Reformation Day", | ||
"Allerheiligen": "All Saints' Day", | ||
"Buß- und Bettag": "Repentance and Prayer Day", | ||
"1. Weihnachtstag": "Christmas Day", | ||
"2. Weihnachtstag": "Second Day of Christmas", | ||
"Ostermontag": "Easter Monday", | ||
"Karfreitag": "Good Friday", | ||
"Ostersonntag": "Easter Sunday", | ||
"Internationaler Frauentag": "International Women's Day", | ||
"Weltkindertag": "World Children's Day" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"Neujahr": "Jour de l'An", | ||
"Heilige Drei Könige": "Épiphanie", | ||
"Tag der Arbeit": "Fête du Travail", | ||
"Himmelfahrt": "Ascension", | ||
"Pfingstmontag": "Lundi de Pentecôte", | ||
"Pfingstsonntag": "Dimanche de Pentecôte", | ||
"Fronleichnam": "Fête-Dieu", | ||
"Mariä Himmelfahrt": "Assomption", | ||
"Tag der Deutschen Einheit": "Jour de l'Unité allemande", | ||
"Reformationstag": "Fête de la Réformation", | ||
"Allerheiligen": "Toussaint", | ||
"Buß- und Bettag": "Jour de pénitence et de prières", | ||
"1. Weihnachtstag": "Noël", | ||
"2. Weihnachtstag": "Lendemain de Noël", | ||
"Ostermontag": "Lundi de Pâques", | ||
"Karfreitag": "Vendredi Saint", | ||
"Ostersonntag": "Dimanche de Pâques", | ||
"Internationaler Frauentag": "Journée internationale des femmes", | ||
"Weltkindertag": "Journée de l'enfance" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"Neujahr": "Nieuwjaar", | ||
"Heilige Drei Könige": "Driekoningen", | ||
"Tag der Arbeit": "Dag van de Arbeid", | ||
"Himmelfahrt": "Hemelvaart", | ||
"Pfingstmontag": "Tweede pinksterdag", | ||
"Pfingstsonntag": "Eerste Pinksterdag", | ||
"Fronleichnam": "Sacramentsdag", | ||
"Mariä Himmelfahrt": "Mariahemelvaart", | ||
"Tag der Deutschen Einheit": "Dag van de Duitse eenheid", | ||
"Reformationstag": "Hervormingsdag", | ||
"Allerheiligen": "Allerheiligen", | ||
"Buß- und Bettag": "Boete- en Biddag", | ||
"1. Weihnachtstag": "Eerste kerstdag", | ||
"2. Weihnachtstag": "Tweede kerstdag", | ||
"Ostermontag": "Tweede paasdag", | ||
"Karfreitag": "Goede Vrijdag", | ||
"Ostersonntag": "Eerste paasdag", | ||
"Internationaler Frauentag": "Internationale vrouwendag", | ||
"Weltkindertag": "Kinderdag" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters