Skip to content

Commit

Permalink
translation build files
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Jan 30, 2025
1 parent 3588d29 commit e80a9cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/js/i18n/ko/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ const interfaceTranslations = {
selectedCountryAriaLabel: "선택한 국가",
noCountrySelected: "선택한 국가가 없습니다.",
countryListAriaLabel: "국가 목록",
searchPlaceholder: "찾다",
searchPlaceholder: "검색",
zeroSearchResults: "검색 결과가 없습니다",
oneSearchResult: "검색된 결과 1개",
oneSearchResult: "1개의 결과를 찾았습니다.",
multipleSearchResults: "${count}개의 결과를 찾았습니다.",
// additional countries (not supported by country-list library)
ac: "승천섬",
ac: "어센션섬",
xk: "코소보"
};
export default interfaceTranslations;
4 changes: 2 additions & 2 deletions src/js/intl-tel-input/i18n/da/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ const interfaceTranslations: I18n = {
selectedCountryAriaLabel: "Valgt land",
noCountrySelected: "Intet land er valgt",
countryListAriaLabel: "Liste over lande",
searchPlaceholder: "Søge",
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",
Expand Down

0 comments on commit e80a9cd

Please sign in to comment.