Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix korean translation #1939

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/js/intl-tel-input/i18n/ko/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ const interfaceTranslations: I18n = {
selectedCountryAriaLabel: "선택한 국가",
noCountrySelected: "선택한 국가가 없습니다.",
countryListAriaLabel: "국가 목록",
searchPlaceholder: "찾다",
searchPlaceholder: "검색",
zeroSearchResults: "검색 결과가 없습니다",
oneSearchResult: "검색된 결과 1개",
oneSearchResult: "1개의 결과를 찾았습니다.",
multipleSearchResults: "${count}개의 결과를 찾았습니다.",

// additional countries (not supported by country-list library)
ac: "승천섬",
ac: "어센션섬",
xk: "코소보",
};

Expand Down