strapi-plugin-country-select
Version:
A strapi custom field for selecting any country based on the ISO 3166-1 country code standard.
11 lines (10 loc) • 403 B
JavaScript
const de = {
"country-select.label": "Land",
"country-select.description": "Eine Auswahl aller Länder",
"country-select.unsupported-country-code": 'Der Ländercode "{countryCode}" wird nicht unterstützt',
"country-select.default-value-description": "Muss ein zweistelliger ISO 3166-1 Ländercode in Großbuchstaben sein"
};
export {
de as default
};
//# sourceMappingURL=de-CQfZTPx8.mjs.map