Added JS Library to handle Country based Phone formatting inputs intl-tel-input
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
const interfaceTranslations = {
|
||||
selectedCountryAriaLabel: "Negara yang dipilih",
|
||||
noCountrySelected: "Tidak ada negara yang dipilih",
|
||||
countryListAriaLabel: "Daftar negara",
|
||||
searchPlaceholder: "Mencari",
|
||||
zeroSearchResults: "Tidak ada hasil yang ditemukan",
|
||||
oneSearchResult: "1 hasil ditemukan",
|
||||
multipleSearchResults: "${count} hasil ditemukan",
|
||||
// additional countries (not supported by country-list library)
|
||||
ac: "Pulau Kenaikan",
|
||||
xk: "Kosovo"
|
||||
};
|
||||
export default interfaceTranslations;
|
||||
Reference in New Issue
Block a user