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) 375 B
const label = "Country"; const description = "Select any country"; const en = { label, description, "unsupported-country-code": 'Unsupported country code "{countryCode}"', "default-value-description": "Has to be a an uppercase 2-letter ISO 3166-1 country code - e.g. DE" }; export { en as default, description, label }; //# sourceMappingURL=en-CWHm1wRV.mjs.map