Skip to content

Commit e80a9cd

Browse files
committed
translation build files
1 parent 3588d29 commit e80a9cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/js/i18n/ko/interface.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ const interfaceTranslations = {
22
selectedCountryAriaLabel: "선택한 국가",
33
noCountrySelected: "선택한 국가가 없습니다.",
44
countryListAriaLabel: "국가 목록",
5-
searchPlaceholder: "찾다",
5+
searchPlaceholder: "검색",
66
zeroSearchResults: "검색 결과가 없습니다",
7-
oneSearchResult: "검색된 결과 1개",
7+
oneSearchResult: "1개의 결과를 찾았습니다.",
88
multipleSearchResults: "${count}개의 결과를 찾았습니다.",
99
// additional countries (not supported by country-list library)
10-
ac: "승천섬",
10+
ac: "어센션섬",
1111
xk: "코소보"
1212
};
1313
export default interfaceTranslations;

src/js/intl-tel-input/i18n/da/interface.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ const interfaceTranslations: I18n = {
55
selectedCountryAriaLabel: "Valgt land",
66
noCountrySelected: "Intet land er valgt",
77
countryListAriaLabel: "Liste over lande",
8-
searchPlaceholder: "Søge",
8+
searchPlaceholder: "Søg",
99
zeroSearchResults: "Ingen resultater fundet",
1010
oneSearchResult: "1 resultat fundet",
1111
multipleSearchResults: "${count} resultater fundet",
12-
12+
1313
// additional countries (not supported by country-list library)
1414
ac: "Ascension",
1515
xk: "Kosovo",

0 commit comments

Comments
 (0)