UNPKG

strapi-plugin-country-select

Version:

A strapi custom field for selecting any country based on the ISO 3166-1 country code standard.

15 lines (14 loc) 397 B
const label = "Land"; const description = "Eine Auswahl aller Länder"; const de = { label, description, "unsupported-country-code": 'Der Ländercode "{countryCode}" wird nicht unterstützt', "default-value-description": "Muss ein zweistelliger ISO 3166-1 Ländercode in Großbuchstaben sein" }; export { de as default, description, label }; //# sourceMappingURL=de-DsTExNFu.mjs.map