File tree 2 files changed +5
-5
lines changed
src/js/intl-tel-input/i18n/da 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ const interfaceTranslations = {
2
2
selectedCountryAriaLabel : "선택한 국가" ,
3
3
noCountrySelected : "선택한 국가가 없습니다." ,
4
4
countryListAriaLabel : "국가 목록" ,
5
- searchPlaceholder : "찾다 " ,
5
+ searchPlaceholder : "검색 " ,
6
6
zeroSearchResults : "검색 결과가 없습니다" ,
7
- oneSearchResult : "검색된 결과 1개 " ,
7
+ oneSearchResult : "1개의 결과를 찾았습니다. " ,
8
8
multipleSearchResults : "${count}개의 결과를 찾았습니다." ,
9
9
// additional countries (not supported by country-list library)
10
- ac : "승천섬 " ,
10
+ ac : "어센션섬 " ,
11
11
xk : "코소보"
12
12
} ;
13
13
export default interfaceTranslations ;
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ const interfaceTranslations: I18n = {
5
5
selectedCountryAriaLabel : "Valgt land" ,
6
6
noCountrySelected : "Intet land er valgt" ,
7
7
countryListAriaLabel : "Liste over lande" ,
8
- searchPlaceholder : "Søge " ,
8
+ searchPlaceholder : "Søg " ,
9
9
zeroSearchResults : "Ingen resultater fundet" ,
10
10
oneSearchResult : "1 resultat fundet" ,
11
11
multipleSearchResults : "${count} resultater fundet" ,
12
-
12
+
13
13
// additional countries (not supported by country-list library)
14
14
ac : "Ascension" ,
15
15
xk : "Kosovo" ,
You can’t perform that action at this time.
0 commit comments