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) • 387 B
JavaScript
const fr = {
"country-select.label": "Pays",
"country-select.description": "Sélectionnez un pays",
"country-select.unsupported-country-code": 'Code de pays non supporté : "{countryCode}"',
"country-select.default-value-description": "Muss ein zweistelliger ISO 3166-1 Ländercode in Großbuchstaben sein"
};
export {
fr as default
};
//# sourceMappingURL=fr-Bv-NYzAH.mjs.map