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) • 481 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
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": "Has to be a an uppercase 2-letter ISO 3166-1 country code - e.g. DE"
};
exports.default = de;
//# sourceMappingURL=de-B1urzGXk.js.map