-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ISO 3166-2 to identify the country and the subdivisions
- Loading branch information
Showing
41 changed files
with
6,812 additions
and
4,112 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 |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
/** | ||
* This enum provides a list of all supported holiday calendars. | ||
* | ||
* @author Sven Diedrichsen ([email protected]) | ||
* @version $Id$ | ||
*/ | ||
public enum HolidayCalendar { | ||
|
@@ -47,5 +46,4 @@ public enum HolidayCalendar { | |
public String getId() { | ||
return id; | ||
} | ||
|
||
} |
495 changes: 397 additions & 98 deletions
495
jollyday-core/src/main/resources/descriptions/country_descriptions.properties
Large diffs are not rendered by default.
Oops, something went wrong.
1,362 changes: 832 additions & 530 deletions
1,362
jollyday-core/src/main/resources/descriptions/country_descriptions_de.properties
Large diffs are not rendered by default.
Oops, something went wrong.
494 changes: 398 additions & 96 deletions
494
jollyday-core/src/main/resources/descriptions/country_descriptions_el.properties
Large diffs are not rendered by default.
Oops, something went wrong.
1,362 changes: 832 additions & 530 deletions
1,362
jollyday-core/src/main/resources/descriptions/country_descriptions_fr.properties
Large diffs are not rendered by default.
Oops, something went wrong.
496 changes: 399 additions & 97 deletions
496
jollyday-core/src/main/resources/descriptions/country_descriptions_nl.properties
Large diffs are not rendered by default.
Oops, something went wrong.
1,362 changes: 832 additions & 530 deletions
1,362
jollyday-core/src/main/resources/descriptions/country_descriptions_pt.properties
Large diffs are not rendered by default.
Oops, something went wrong.
498 changes: 400 additions & 98 deletions
498
jollyday-core/src/main/resources/descriptions/country_descriptions_sv.properties
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.