Skip to content

Commit 9f7a35c

Browse files
committed
add: support for Korean language
1 parent be180f9 commit 9f7a35c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CountriesSwiftUI.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
52333A90265445F30034072B /* UnitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UnitTests-Bridging-Header.h"; sourceTree = "<group>"; };
107107
52333A91265445F30034072B /* UIOpenURLContext_Init.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UIOpenURLContext_Init.h; sourceTree = "<group>"; };
108108
52333A922654463B0034072B /* UIOpenURLContext_Init.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UIOpenURLContext_Init.m; sourceTree = "<group>"; };
109+
B106B77D2A62773200926901 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
109110
F60829702369CE0100DB292E /* RequestMocking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestMocking.swift; sourceTree = "<group>"; };
110111
F60829722369CE5300DB292E /* MockedResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockedResponse.swift; sourceTree = "<group>"; };
111112
F60829752369D58A00DB292E /* CountriesWebRepositoryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountriesWebRepositoryTests.swift; sourceTree = "<group>"; };
@@ -570,6 +571,7 @@
570571
fr,
571572
es,
572573
ja,
574+
ko,
573575
);
574576
mainGroup = F64495D82360D66400C9BB1F;
575577
packageReferences = (
@@ -747,6 +749,7 @@
747749
F66EDB6C23F168FF00A01B9F /* fr */,
748750
F66EDB6D23F1691400A01B9F /* es */,
749751
F66EDB6E23F1692000A01B9F /* ja */,
752+
B106B77D2A62773200926901 /* ko */,
750753
);
751754
name = Localizable.strings;
752755
sourceTree = "<group>";
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
"Running unit tests" = "유닛 테스트 실행중";
3+
"Countries" = "국가";
4+
"Basic Info" = "기본 정보";
5+
"Code" = "코드";
6+
"Population" = "인구";
7+
"Capital" = "수도";
8+
"Currencies" = "통화";
9+
"Neighboring countries" = "인접 국가";
10+
"Close" = "닫기";
11+
"Population %lld" = "인구 %lld";
12+
"An Error Occured" = "오류가 발생했습니다.";
13+
"Retry" = "재시도";
14+
"Unable to load image" = "이미지를 불러올 수 없습니다.";
15+
"Back" = "뒤로가기";
16+
"Cancel loading" = "로딩 취소";
17+
"Canceled by user" = "사용자에 의해 취소됨";

0 commit comments

Comments
 (0)