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) 489 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); 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" }; exports.default = en; exports.description = description; exports.label = label; //# sourceMappingURL=en-nR85ZuqF.js.map