mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added JS Library to handle Country based Phone formatting inputs intl-tel-input
This commit is contained in:
13
plugins/intl-tel-input/js/i18n/da/interface.js
Normal file
13
plugins/intl-tel-input/js/i18n/da/interface.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const interfaceTranslations = {
|
||||
selectedCountryAriaLabel: "Valgt land",
|
||||
noCountrySelected: "Intet land er valgt",
|
||||
countryListAriaLabel: "Liste over lande",
|
||||
searchPlaceholder: "Søg",
|
||||
zeroSearchResults: "Ingen resultater fundet",
|
||||
oneSearchResult: "1 resultat fundet",
|
||||
multipleSearchResults: "${count} resultater fundet",
|
||||
// additional countries (not supported by country-list library)
|
||||
ac: "Ascension",
|
||||
xk: "Kosovo"
|
||||
};
|
||||
export default interfaceTranslations;
|
||||
Reference in New Issue
Block a user