with one click
add-country-descriptions
Add country description properties for localization
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Add country description properties for localization
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Write country-specific holiday tests using CalendarCheckerApi
Create XML holiday calendar configuration files for a new country or region
Add subdivision holiday configurations based on ISO 3166-2 codes
Add holiday description properties for localization
Register a new holiday calendar in the HolidayCalendar enum
Based on SOC occupation classification
| name | Add Country Descriptions |
| description | Add country description properties for localization |
This guide explains how to add country descriptions to the properties files in Jollyday.
Add entries to jollyday-core/src/main/resources/descriptions/country_descriptions.properties:
country.description.de = Germany
country.description.us = United States
country.description.fr = France
country.description.gb = United Kingdom
country.description.it = Italy
country.description.es = Spain
de, us, fr, gbcountry.description.Add entries to locale-specific files:
| File | Language |
|---|---|
country_descriptions_de.properties | German |
country_descriptions_el.properties | Greek |
country_descriptions_fr.properties | French |
country_descriptions_nl.properties | Dutch |
country_descriptions_pt.properties | Portuguese |
country_descriptions_sv.properties | Swedish |
Example - German:
country.description.de = Deutschland
country.description.us = Vereinigte Staaten
country.description.fr = Frankreich
country.description.gb = Vereinigtes Königreich
country.description.it = Italien
country.description.es = Spanien
| File | Purpose |
|---|---|
descriptions/country_descriptions.properties | English country names |
descriptions/country_descriptions_[locale].properties | Localized country names |
For adding a new country code ch (Switzerland):
1. Base properties:
# country_descriptions.properties
country.description.ch = Switzerland
2. German localization:
# country_descriptions_de.properties
country.description.ch = Schweiz
3. French localization:
# country_descriptions_fr.properties
country.description.ch = Suisse