UNPKG

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) 468 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); 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": "Il doit s'agir d'un code pays ISO 3166-1 à deux lettres en majuscules" }; exports.default = fr; //# sourceMappingURL=fr-BDrxQkUO.js.map