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) • 496 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const label = "Pays";
const description = "Sélectionnez un pays";
const fr = {
label,
description,
"unsupported-country-code": 'Code de pays non supporté : "{countryCode}"',
"default-value-description": "Il doit s'agir d'un code pays ISO 3166-1 à deux lettres en majuscules"
};
exports.default = fr;
exports.description = description;
exports.label = label;
//# sourceMappingURL=fr-B1t3uUxZ.js.map