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