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) • 511 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
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"
};
exports.default = de;
exports.description = description;
exports.label = label;
//# sourceMappingURL=de-CGkfsk6G.js.map