intl-tel-input 21.2.0 → 21.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/build/js/data.js +3 -3
- package/build/js/data.min.js +2 -2
- package/build/js/i18n/ar/countries.mjs +1 -0
- package/build/js/i18n/ar/index.mjs +1 -1
- package/build/js/i18n/ar/interface.mjs +5 -1
- package/build/js/i18n/bg/countries.mjs +1 -0
- package/build/js/i18n/bg/index.mjs +1 -1
- package/build/js/i18n/bg/interface.mjs +5 -1
- package/build/js/i18n/bn/countries.mjs +1 -0
- package/build/js/i18n/bn/index.mjs +1 -1
- package/build/js/i18n/bn/interface.mjs +5 -1
- package/build/js/i18n/de/countries.mjs +1 -0
- package/build/js/i18n/de/index.mjs +1 -1
- package/build/js/i18n/de/interface.mjs +5 -1
- package/build/js/i18n/el/countries.mjs +1 -0
- package/build/js/i18n/el/index.mjs +1 -1
- package/build/js/i18n/el/interface.mjs +5 -1
- package/build/js/i18n/en/countries.mjs +1 -0
- package/build/js/i18n/en/index.mjs +1 -1
- package/build/js/i18n/en/interface.mjs +5 -1
- package/build/js/i18n/es/countries.mjs +1 -0
- package/build/js/i18n/es/index.mjs +1 -1
- package/build/js/i18n/es/interface.mjs +5 -1
- package/build/js/i18n/fr/countries.mjs +1 -0
- package/build/js/i18n/fr/index.mjs +1 -1
- package/build/js/i18n/fr/interface.mjs +5 -1
- package/build/js/i18n/hi/countries.mjs +1 -0
- package/build/js/i18n/hi/index.mjs +1 -1
- package/build/js/i18n/hi/interface.mjs +5 -1
- package/build/js/i18n/hu/countries.mjs +1 -0
- package/build/js/i18n/hu/index.mjs +1 -1
- package/build/js/i18n/hu/interface.mjs +5 -1
- package/build/js/i18n/id/countries.mjs +1 -0
- package/build/js/i18n/id/index.mjs +1 -1
- package/build/js/i18n/id/interface.mjs +5 -1
- package/build/js/i18n/index.mjs +1 -0
- package/build/js/i18n/ja/countries.mjs +1 -0
- package/build/js/i18n/ja/index.mjs +1 -1
- package/build/js/i18n/ja/interface.mjs +5 -1
- package/build/js/i18n/ko/countries.mjs +1 -0
- package/build/js/i18n/ko/index.mjs +1 -1
- package/build/js/i18n/ko/interface.mjs +5 -1
- package/build/js/i18n/mr/countries.mjs +1 -0
- package/build/js/i18n/mr/index.mjs +1 -1
- package/build/js/i18n/mr/interface.mjs +5 -1
- package/build/js/i18n/nl/countries.mjs +1 -0
- package/build/js/i18n/nl/index.mjs +1 -1
- package/build/js/i18n/nl/interface.mjs +5 -1
- package/build/js/i18n/pt/countries.mjs +1 -0
- package/build/js/i18n/pt/index.mjs +1 -1
- package/build/js/i18n/pt/interface.mjs +5 -1
- package/build/js/i18n/ro/countries.mjs +1 -0
- package/build/js/i18n/ro/index.mjs +1 -1
- package/build/js/i18n/ro/interface.mjs +5 -1
- package/build/js/i18n/ru/countries.mjs +1 -0
- package/build/js/i18n/ru/index.mjs +1 -1
- package/build/js/i18n/ru/interface.mjs +5 -1
- package/build/js/i18n/te/countries.mjs +1 -0
- package/build/js/i18n/te/index.mjs +1 -1
- package/build/js/i18n/te/interface.mjs +5 -1
- package/build/js/i18n/th/countries.mjs +1 -0
- package/build/js/i18n/th/index.mjs +1 -1
- package/build/js/i18n/th/interface.mjs +5 -1
- package/build/js/i18n/tr/countries.mjs +1 -0
- package/build/js/i18n/tr/index.mjs +1 -1
- package/build/js/i18n/tr/interface.mjs +5 -1
- package/build/js/i18n/ur/countries.mjs +1 -0
- package/build/js/i18n/ur/index.mjs +1 -1
- package/build/js/i18n/ur/interface.mjs +5 -1
- package/build/js/i18n/zh/countries.mjs +252 -0
- package/build/js/i18n/zh/index.mjs +4 -0
- package/build/js/i18n/zh/interface.mjs +15 -0
- package/build/js/intlTelInput.d.ts +2 -0
- package/build/js/intlTelInput.js +8 -5
- package/build/js/intlTelInput.min.js +2 -2
- package/package.json +2 -2
- package/react/build/IntlTelInput.cjs +1 -1
- package/react/build/IntlTelInput.d.ts +2 -0
- package/react/build/IntlTelInput.js +1 -1
package/README.md
CHANGED
|
@@ -67,16 +67,16 @@ _Note: We have now dropped support for all versions of Internet Explorer because
|
|
|
67
67
|
## Getting Started (Using a CDN)
|
|
68
68
|
1. Add the CSS
|
|
69
69
|
```html
|
|
70
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/intl-tel-input@21.2.
|
|
70
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/intl-tel-input@21.2.2/build/css/intlTelInput.css">
|
|
71
71
|
```
|
|
72
72
|
|
|
73
73
|
2. Add the plugin script and initialise it on your input element
|
|
74
74
|
```html
|
|
75
|
-
<script src="https://cdn.jsdelivr.net/npm/intl-tel-input@21.2.
|
|
75
|
+
<script src="https://cdn.jsdelivr.net/npm/intl-tel-input@21.2.2/build/js/intlTelInput.min.js"></script>
|
|
76
76
|
<script>
|
|
77
77
|
const input = document.querySelector("#phone");
|
|
78
78
|
window.intlTelInput(input, {
|
|
79
|
-
utilsScript: "https://cdn.jsdelivr.net/npm/intl-tel-input@21.2.
|
|
79
|
+
utilsScript: "https://cdn.jsdelivr.net/npm/intl-tel-input@21.2.2/build/js/utils.js",
|
|
80
80
|
});
|
|
81
81
|
</script>
|
|
82
82
|
```
|
package/build/js/data.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* International Telephone Input v21.2.
|
|
2
|
+
* International Telephone Input v21.2.2
|
|
3
3
|
* https://github.com/jackocnr/intl-tel-input.git
|
|
4
4
|
* Licensed under the MIT license
|
|
5
5
|
*/
|
|
@@ -355,7 +355,7 @@ var factoryOutput = (() => {
|
|
|
355
355
|
"297"
|
|
356
356
|
],
|
|
357
357
|
[
|
|
358
|
-
"
|
|
358
|
+
countries_default["ac"],
|
|
359
359
|
"ac",
|
|
360
360
|
"247"
|
|
361
361
|
],
|
|
@@ -911,7 +911,7 @@ var factoryOutput = (() => {
|
|
|
911
911
|
"686"
|
|
912
912
|
],
|
|
913
913
|
[
|
|
914
|
-
"
|
|
914
|
+
countries_default["xk"],
|
|
915
915
|
"xk",
|
|
916
916
|
"383"
|
|
917
917
|
],
|
package/build/js/data.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* International Telephone Input v21.2.
|
|
2
|
+
* International Telephone Input v21.2.2
|
|
3
3
|
* https://github.com/jackocnr/intl-tel-input.git
|
|
4
4
|
* Licensed under the MIT license
|
|
5
5
|
*/
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
}(() => {
|
|
15
15
|
|
|
16
|
-
var factoryOutput=(()=>{var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var c=(i,n)=>{for(var r in n)s(i,r,{get:n[r],enumerable:!0})},d=(i,n,r,t)=>{if(n&&typeof n=="object"||typeof n=="function")for(let e of g(n))!u.call(i,e)&&e!==r&&s(i,e,{get:()=>n[e],enumerable:!(t=m(n,e))||t.enumerable});return i};var b=i=>d(s({},"__esModule",{value:!0}),i);var
|
|
16
|
+
var factoryOutput=(()=>{var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var c=(i,n)=>{for(var r in n)s(i,r,{get:n[r],enumerable:!0})},d=(i,n,r,t)=>{if(n&&typeof n=="object"||typeof n=="function")for(let e of g(n))!u.call(i,e)&&e!==r&&s(i,e,{get:()=>n[e],enumerable:!(t=m(n,e))||t.enumerable});return i};var b=i=>d(s({},"__esModule",{value:!0}),i);var k={};c(k,{default:()=>h});var a={af:"Afghanistan",ax:"\xC5land Islands",al:"Albania",dz:"Algeria",as:"American Samoa",ad:"Andorra",ao:"Angola",ai:"Anguilla",aq:"Antarctica",ag:"Antigua & Barbuda",ar:"Argentina",am:"Armenia",aw:"Aruba",au:"Australia",at:"Austria",az:"Azerbaijan",bs:"Bahamas",bh:"Bahrain",bd:"Bangladesh",bb:"Barbados",by:"Belarus",be:"Belgium",bz:"Belize",bj:"Benin",bm:"Bermuda",bt:"Bhutan",bo:"Bolivia",ba:"Bosnia & Herzegovina",bw:"Botswana",bv:"Bouvet Island",br:"Brazil",io:"British Indian Ocean Territory",vg:"British Virgin Islands",bn:"Brunei",bg:"Bulgaria",bf:"Burkina Faso",bi:"Burundi",kh:"Cambodia",cm:"Cameroon",ca:"Canada",cv:"Cape Verde",bq:"Caribbean Netherlands",ky:"Cayman Islands",cf:"Central African Republic",td:"Chad",cl:"Chile",cn:"China",cx:"Christmas Island",cc:"Cocos (Keeling) Islands",co:"Colombia",km:"Comoros",cg:"Congo - Brazzaville",cd:"Congo - Kinshasa",ck:"Cook Islands",cr:"Costa Rica",ci:"C\xF4te d\u2019Ivoire",hr:"Croatia",cu:"Cuba",cw:"Cura\xE7ao",cy:"Cyprus",cz:"Czechia",dk:"Denmark",dj:"Djibouti",dm:"Dominica",do:"Dominican Republic",ec:"Ecuador",eg:"Egypt",sv:"El Salvador",gq:"Equatorial Guinea",er:"Eritrea",ee:"Estonia",sz:"Eswatini",et:"Ethiopia",fk:"Falkland Islands",fo:"Faroe Islands",fj:"Fiji",fi:"Finland",fr:"France",gf:"French Guiana",pf:"French Polynesia",tf:"French Southern Territories",ga:"Gabon",gm:"Gambia",ge:"Georgia",de:"Germany",gh:"Ghana",gi:"Gibraltar",gr:"Greece",gl:"Greenland",gd:"Grenada",gp:"Guadeloupe",gu:"Guam",gt:"Guatemala",gg:"Guernsey",gn:"Guinea",gw:"Guinea-Bissau",gy:"Guyana",ht:"Haiti",hm:"Heard & McDonald Islands",hn:"Honduras",hk:"Hong Kong SAR China",hu:"Hungary",is:"Iceland",in:"India",id:"Indonesia",ir:"Iran",iq:"Iraq",ie:"Ireland",im:"Isle of Man",il:"Israel",it:"Italy",jm:"Jamaica",jp:"Japan",je:"Jersey",jo:"Jordan",kz:"Kazakhstan",ke:"Kenya",ki:"Kiribati",kw:"Kuwait",kg:"Kyrgyzstan",la:"Laos",lv:"Latvia",lb:"Lebanon",ls:"Lesotho",lr:"Liberia",ly:"Libya",li:"Liechtenstein",lt:"Lithuania",lu:"Luxembourg",mo:"Macao SAR China",mg:"Madagascar",mw:"Malawi",my:"Malaysia",mv:"Maldives",ml:"Mali",mt:"Malta",mh:"Marshall Islands",mq:"Martinique",mr:"Mauritania",mu:"Mauritius",yt:"Mayotte",mx:"Mexico",fm:"Micronesia",md:"Moldova",mc:"Monaco",mn:"Mongolia",me:"Montenegro",ms:"Montserrat",ma:"Morocco",mz:"Mozambique",mm:"Myanmar (Burma)",na:"Namibia",nr:"Nauru",np:"Nepal",nl:"Netherlands",nc:"New Caledonia",nz:"New Zealand",ni:"Nicaragua",ne:"Niger",ng:"Nigeria",nu:"Niue",nf:"Norfolk Island",kp:"North Korea",mk:"North Macedonia",mp:"Northern Mariana Islands",no:"Norway",om:"Oman",pk:"Pakistan",pw:"Palau",ps:"Palestinian Territories",pa:"Panama",pg:"Papua New Guinea",py:"Paraguay",pe:"Peru",ph:"Philippines",pn:"Pitcairn Islands",pl:"Poland",pt:"Portugal",pr:"Puerto Rico",qa:"Qatar",re:"R\xE9union",ro:"Romania",ru:"Russia",rw:"Rwanda",ws:"Samoa",sm:"San Marino",st:"S\xE3o Tom\xE9 & Pr\xEDncipe",sa:"Saudi Arabia",sn:"Senegal",rs:"Serbia",sc:"Seychelles",sl:"Sierra Leone",sg:"Singapore",sx:"Sint Maarten",sk:"Slovakia",si:"Slovenia",sb:"Solomon Islands",so:"Somalia",za:"South Africa",gs:"South Georgia & South Sandwich Islands",kr:"South Korea",ss:"South Sudan",es:"Spain",lk:"Sri Lanka",bl:"St. Barth\xE9lemy",sh:"St. Helena",kn:"St. Kitts & Nevis",lc:"St. Lucia",mf:"St. Martin",pm:"St. Pierre & Miquelon",vc:"St. Vincent & Grenadines",sd:"Sudan",sr:"Suriname",sj:"Svalbard & Jan Mayen",se:"Sweden",ch:"Switzerland",sy:"Syria",tw:"Taiwan",tj:"Tajikistan",tz:"Tanzania",th:"Thailand",tl:"Timor-Leste",tg:"Togo",tk:"Tokelau",to:"Tonga",tt:"Trinidad & Tobago",tn:"Tunisia",tr:"Turkey",tm:"Turkmenistan",tc:"Turks & Caicos Islands",tv:"Tuvalu",um:"U.S. Outlying Islands",vi:"U.S. Virgin Islands",ug:"Uganda",ua:"Ukraine",ae:"United Arab Emirates",gb:"United Kingdom",us:"United States",uy:"Uruguay",uz:"Uzbekistan",vu:"Vanuatu",va:"Vatican City",ve:"Venezuela",vn:"Vietnam",wf:"Wallis & Futuna",eh:"Western Sahara",ye:"Yemen",zm:"Zambia",zw:"Zimbabwe"};var o=[[a.af,"af","93"],[a.al,"al","355"],[a.dz,"dz","213"],[a.as,"as","1",5,["684"]],[a.ad,"ad","376"],[a.ao,"ao","244"],[a.ai,"ai","1",6,["264"]],[a.ag,"ag","1",7,["268"]],[a.ar,"ar","54"],[a.am,"am","374"],[a.aw,"aw","297"],[a.ac,"ac","247"],[a.au,"au","61",0],[a.at,"at","43"],[a.az,"az","994"],[a.bs,"bs","1",8,["242"]],[a.bh,"bh","973"],[a.bd,"bd","880"],[a.bb,"bb","1",9,["246"]],[a.by,"by","375"],[a.be,"be","32"],[a.bz,"bz","501"],[a.bj,"bj","229"],[a.bm,"bm","1",10,["441"]],[a.bt,"bt","975"],[a.bo,"bo","591"],[a.ba,"ba","387"],[a.bw,"bw","267"],[a.br,"br","55"],[a.io,"io","246"],[a.vg,"vg","1",11,["284"]],[a.bn,"bn","673"],[a.bg,"bg","359"],[a.bf,"bf","226"],[a.bi,"bi","257"],[a.kh,"kh","855"],[a.cm,"cm","237"],[a.ca,"ca","1",1,["204","226","236","249","250","263","289","306","343","354","365","367","368","382","387","403","416","418","428","431","437","438","450","584","468","474","506","514","519","548","579","581","584","587","604","613","639","647","672","683","705","709","742","753","778","780","782","807","819","825","867","873","879","902","905"]],[a.cv,"cv","238"],[a.bq,"bq","599",1,["3","4","7"]],[a.ky,"ky","1",12,["345"]],[a.cf,"cf","236"],[a.td,"td","235"],[a.cl,"cl","56"],[a.cn,"cn","86"],[a.cx,"cx","61",2,["89164"]],[a.cc,"cc","61",1,["89162"]],[a.co,"co","57"],[a.km,"km","269"],[a.cg,"cg","242"],[a.cd,"cd","243"],[a.ck,"ck","682"],[a.cr,"cr","506"],[a.ci,"ci","225"],[a.hr,"hr","385"],[a.cu,"cu","53"],[a.cw,"cw","599",0],[a.cy,"cy","357"],[a.cz,"cz","420"],[a.dk,"dk","45"],[a.dj,"dj","253"],[a.dm,"dm","1",13,["767"]],[a.do,"do","1",2,["809","829","849"]],[a.ec,"ec","593"],[a.eg,"eg","20"],[a.sv,"sv","503"],[a.gq,"gq","240"],[a.er,"er","291"],[a.ee,"ee","372"],[a.sz,"sz","268"],[a.et,"et","251"],[a.fk,"fk","500"],[a.fo,"fo","298"],[a.fj,"fj","679"],[a.fi,"fi","358",0],[a.fr,"fr","33"],[a.gf,"gf","594"],[a.pf,"pf","689"],[a.ga,"ga","241"],[a.gm,"gm","220"],[a.ge,"ge","995"],[a.de,"de","49"],[a.gh,"gh","233"],[a.gi,"gi","350"],[a.gr,"gr","30"],[a.gl,"gl","299"],[a.gd,"gd","1",14,["473"]],[a.gp,"gp","590",0],[a.gu,"gu","1",15,["671"]],[a.gt,"gt","502"],[a.gg,"gg","44",1,["1481","7781","7839","7911"]],[a.gn,"gn","224"],[a.gw,"gw","245"],[a.gy,"gy","592"],[a.ht,"ht","509"],[a.hn,"hn","504"],[a.hk,"hk","852"],[a.hu,"hu","36"],[a.is,"is","354"],[a.in,"in","91"],[a.id,"id","62"],[a.ir,"ir","98"],[a.iq,"iq","964"],[a.ie,"ie","353"],[a.im,"im","44",2,["1624","74576","7524","7924","7624"]],[a.il,"il","972"],[a.it,"it","39",0],[a.jm,"jm","1",4,["876","658"]],[a.jp,"jp","81"],[a.je,"je","44",3,["1534","7509","7700","7797","7829","7937"]],[a.jo,"jo","962"],[a.kz,"kz","7",1,["33","7"]],[a.ke,"ke","254"],[a.ki,"ki","686"],[a.xk,"xk","383"],[a.kw,"kw","965"],[a.kg,"kg","996"],[a.la,"la","856"],[a.lv,"lv","371"],[a.lb,"lb","961"],[a.ls,"ls","266"],[a.lr,"lr","231"],[a.ly,"ly","218"],[a.li,"li","423"],[a.lt,"lt","370"],[a.lu,"lu","352"],[a.mo,"mo","853"],[a.mg,"mg","261"],[a.mw,"mw","265"],[a.my,"my","60"],[a.mv,"mv","960"],[a.ml,"ml","223"],[a.mt,"mt","356"],[a.mh,"mh","692"],[a.mq,"mq","596"],[a.mr,"mr","222"],[a.mu,"mu","230"],[a.yt,"yt","262",1,["269","639"]],[a.mx,"mx","52"],[a.fm,"fm","691"],[a.md,"md","373"],[a.mc,"mc","377"],[a.mn,"mn","976"],[a.me,"me","382"],[a.ms,"ms","1",16,["664"]],[a.ma,"ma","212",0],[a.mz,"mz","258"],[a.mm,"mm","95"],[a.na,"na","264"],[a.nr,"nr","674"],[a.np,"np","977"],[a.nl,"nl","31"],[a.nc,"nc","687"],[a.nz,"nz","64"],[a.ni,"ni","505"],[a.ne,"ne","227"],[a.ng,"ng","234"],[a.nu,"nu","683"],[a.nf,"nf","672"],[a.kp,"kp","850"],[a.mk,"mk","389"],[a.mp,"mp","1",17,["670"]],[a.no,"no","47",0],[a.om,"om","968"],[a.pk,"pk","92"],[a.pw,"pw","680"],[a.ps,"ps","970"],[a.pa,"pa","507"],[a.pg,"pg","675"],[a.py,"py","595"],[a.pe,"pe","51"],[a.ph,"ph","63"],[a.pl,"pl","48"],[a.pt,"pt","351"],[a.pr,"pr","1",3,["787","939"]],[a.qa,"qa","974"],[a.re,"re","262",0],[a.ro,"ro","40"],[a.ru,"ru","7",0],[a.rw,"rw","250"],[a.ws,"ws","685"],[a.sm,"sm","378"],[a.st,"st","239"],[a.sa,"sa","966"],[a.sn,"sn","221"],[a.rs,"rs","381"],[a.sc,"sc","248"],[a.sl,"sl","232"],[a.sg,"sg","65"],[a.sx,"sx","1",21,["721"]],[a.sk,"sk","421"],[a.si,"si","386"],[a.sb,"sb","677"],[a.so,"so","252"],[a.za,"za","27"],[a.kr,"kr","82"],[a.ss,"ss","211"],[a.es,"es","34"],[a.lk,"lk","94"],[a.bl,"bl","590",1],[a.sh,"sh","290"],[a.kn,"kn","1",18,["869"]],[a.lc,"lc","1",19,["758"]],[a.mf,"mf","590",2],[a.pm,"pm","508"],[a.vc,"vc","1",20,["784"]],[a.sd,"sd","249"],[a.sr,"sr","597"],[a.sj,"sj","47",1,["79"]],[a.se,"se","46"],[a.ch,"ch","41"],[a.sy,"sy","963"],[a.tw,"tw","886"],[a.tj,"tj","992"],[a.tz,"tz","255"],[a.th,"th","66"],[a.tl,"tl","670"],[a.tg,"tg","228"],[a.tk,"tk","690"],[a.to,"to","676"],[a.tt,"tt","1",22,["868"]],[a.tn,"tn","216"],[a.tr,"tr","90"],[a.tm,"tm","993"],[a.tc,"tc","1",23,["649"]],[a.tv,"tv","688"],[a.ug,"ug","256"],[a.ua,"ua","380"],[a.ae,"ae","971"],[a.gb,"gb","44",0],[a.us,"us","1",0],[a.uy,"uy","598"],[a.vi,"vi","1",24,["340"]],[a.uz,"uz","998"],[a.vu,"vu","678"],[a.va,"va","39",1,["06698"]],[a.ve,"ve","58"],[a.vn,"vn","84"],[a.wf,"wf","681"],[a.eh,"eh","212",1,["5288","5289"]],[a.ye,"ye","967"],[a.zm,"zm","260"],[a.zw,"zw","263"],[a.ax,"ax","358",1,["18"]]],l=[];for(let i=0;i<o.length;i++){let n=o[i];l[i]={name:n[0],iso2:n[1],dialCode:n[2],priority:n[3]||0,areaCodes:n[4]||null,nodeById:{}}}var h=l;return b(k);})();
|
|
17
17
|
|
|
18
18
|
// UMD
|
|
19
19
|
return factoryOutput.default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Arabic. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "البلد المحدد",
|
|
4
4
|
noCountrySelected: "لم يتم تحديد أي بلد",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "لم يتم العثور على نتائج",
|
|
8
8
|
oneSearchResult: "تم العثور على نتيجة واحدة",
|
|
9
9
|
multipleSearchResults: "تم العثور على ${count} من النتائج",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "جزيرة الصعود",
|
|
13
|
+
xk: "كوسوفو",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Bulgarian. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "Избрана държава",
|
|
4
4
|
noCountrySelected: "Няма избрана държава",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "Няма намерени резултати",
|
|
8
8
|
oneSearchResult: "Намерен е 1 резултат",
|
|
9
9
|
multipleSearchResults: "${count} намерени резултата",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "Остров Възнесение",
|
|
13
|
+
xk: "Косово",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Bengali. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "নির্বাচিত দেশ",
|
|
4
4
|
noCountrySelected: "কোনো দেশ নির্বাচন করা হয়নি",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "কোন ফলাফল পাওয়া যায়নি",
|
|
8
8
|
oneSearchResult: "1টি ফলাফল পাওয়া গেছে",
|
|
9
9
|
multipleSearchResults: "${count} ফলাফল পাওয়া গেছে",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "অ্যাসেনশন দ্বীপ",
|
|
13
|
+
xk: "কসোভো",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Jack O'Connor (jackocnr).
|
|
1
|
+
//* German. Translated by: Jack O'Connor (jackocnr).
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "Ausgewähltes Land",
|
|
4
4
|
noCountrySelected: "Kein Land ausgewählt",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "Keine Suchergebnisse",
|
|
8
8
|
oneSearchResult: "1 Suchergebnis",
|
|
9
9
|
multipleSearchResults: "${count} Suchergebnisse",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "Ascension-Insel",
|
|
13
|
+
xk: "Kosovo",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Anthony Veaudry (anthony0030).
|
|
1
|
+
//* Greek. Translated by: Anthony Veaudry (anthony0030).
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "Επιλεγμένη χώρα",
|
|
4
4
|
noCountrySelected: "Δεν έχει επιλεγεί χώρα",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "Δεν βρέθηκαν αποτελέσματα",
|
|
8
8
|
oneSearchResult: "Βρέθηκε 1 αποτέλεσμα",
|
|
9
9
|
multipleSearchResults: "Βρέθηκαν ${count} αποτελέσματα",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "Νησί της Ανάληψης",
|
|
13
|
+
xk: "Κοσσυφοπέδιο",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Jack O'Connor (jackocnr).
|
|
1
|
+
//* English. Translated by: Jack O'Connor (jackocnr).
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "Selected country",
|
|
4
4
|
noCountrySelected: "No country selected",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "No results found",
|
|
8
8
|
oneSearchResult: "1 result found",
|
|
9
9
|
multipleSearchResults: "${count} results found",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "Ascension Island",
|
|
13
|
+
xk: "Kosovo",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Spanish. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "País seleccionado",
|
|
4
4
|
noCountrySelected: "Ningún país seleccionado",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "No se han encontrado resultados",
|
|
8
8
|
oneSearchResult: "1 resultado encontrado",
|
|
9
9
|
multipleSearchResults: "${count} resultados encontrados",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "isla Ascencion",
|
|
13
|
+
xk: "Kosovo",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* French. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "Pays sélectionné",
|
|
4
4
|
noCountrySelected: "Aucun pays sélectionné",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "Aucun résultat trouvé",
|
|
8
8
|
oneSearchResult: "1 résultat trouvé",
|
|
9
9
|
multipleSearchResults: "${count} résultats trouvés",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "Île de l'Ascension",
|
|
13
|
+
xk: "Kosovo",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Hindi. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "चयनित देश",
|
|
4
4
|
noCountrySelected: "कोई देश चयनित नहीं",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "कोई परिणाम नहीं मिला",
|
|
8
8
|
oneSearchResult: "1 परिणाम मिला",
|
|
9
9
|
multipleSearchResults: "${count} परिणाम मिले",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "असेंशन द्वीप",
|
|
13
|
+
xk: "कोसोवो",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Hungarian. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "Kiválasztott ország",
|
|
4
4
|
noCountrySelected: "Nincs ország kiválasztva",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "Nincs találat",
|
|
8
8
|
oneSearchResult: "1 találat",
|
|
9
9
|
multipleSearchResults: "${count} találat",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "Ascension-sziget",
|
|
13
|
+
xk: "Koszovó",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Indonesian. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "Negara yang dipilih",
|
|
4
4
|
noCountrySelected: "Tidak ada negara yang dipilih",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "Tidak ada hasil yang ditemukan",
|
|
8
8
|
oneSearchResult: "1 hasil ditemukan",
|
|
9
9
|
multipleSearchResults: "${count} hasil ditemukan",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "Pulau Kenaikan",
|
|
13
|
+
xk: "Kosovo",
|
|
10
14
|
};
|
package/build/js/i18n/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Japanese. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "選択した国",
|
|
4
4
|
noCountrySelected: "国が選択されていません",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "結果が見つかりません",
|
|
8
8
|
oneSearchResult: "1 件の結果が見つかりました",
|
|
9
9
|
multipleSearchResults: "${count} 件の結果が見つかりました",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "アセンション島",
|
|
13
|
+
xk: "コソボ",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Korean. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "선택한 국가",
|
|
4
4
|
noCountrySelected: "선택한 국가가 없습니다.",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "검색 결과가 없습니다",
|
|
8
8
|
oneSearchResult: "검색된 결과 1개",
|
|
9
9
|
multipleSearchResults: "${count}개의 결과를 찾았습니다.",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "승천섬",
|
|
13
|
+
xk: "코소보",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Marathi. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "निवडलेला देश",
|
|
4
4
|
noCountrySelected: "कोणताही देश निवडलेला नाही",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "कोणतेही परिणाम आढळले नाहीत",
|
|
8
8
|
oneSearchResult: "1 परिणाम आढळला",
|
|
9
9
|
multipleSearchResults: "${count} परिणाम आढळले",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "असेन्शन बेट",
|
|
13
|
+
xk: "कोसोवो",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Dutch. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "Geselecteerd land",
|
|
4
4
|
noCountrySelected: "Geen land geselecteerd",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "Geen resultaten gevonden",
|
|
8
8
|
oneSearchResult: "1 resultaat gevonden",
|
|
9
9
|
multipleSearchResults: "${count} resultaten gevonden",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "Ascension-eiland",
|
|
13
|
+
xk: "Kosovo",
|
|
10
14
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//* Translated by: Google Translate.
|
|
1
|
+
//* Portuguese. Translated by: Google Translate.
|
|
2
2
|
export default {
|
|
3
3
|
selectedCountryAriaLabel: "País selecionado",
|
|
4
4
|
noCountrySelected: "Nenhum país selecionado",
|
|
@@ -7,4 +7,8 @@ export default {
|
|
|
7
7
|
zeroSearchResults: "Nenhum resultado encontrado",
|
|
8
8
|
oneSearchResult: "1 resultado encontrado",
|
|
9
9
|
multipleSearchResults: "${count} resultados encontrados",
|
|
10
|
+
|
|
11
|
+
// additional countries (not supported by country-list library)
|
|
12
|
+
ac: "Ilha de Ascensão",
|
|
13
|
+
xk: "Kosovo",
|
|
10
14
|
};
|