File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
CountriesSwiftUI/Resources/ko.lproj
CountriesSwiftUI.xcodeproj Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 106
106
52333A90265445F30034072B /* UnitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UnitTests-Bridging-Header.h"; sourceTree = "<group>"; };
107
107
52333A91265445F30034072B /* UIOpenURLContext_Init.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UIOpenURLContext_Init.h; sourceTree = "<group>"; };
108
108
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>"; };
109
110
F60829702369CE0100DB292E /* RequestMocking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestMocking.swift; sourceTree = "<group>"; };
110
111
F60829722369CE5300DB292E /* MockedResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockedResponse.swift; sourceTree = "<group>"; };
111
112
F60829752369D58A00DB292E /* CountriesWebRepositoryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountriesWebRepositoryTests.swift; sourceTree = "<group>"; };
570
571
fr,
571
572
es,
572
573
ja,
574
+ ko,
573
575
);
574
576
mainGroup = F64495D82360D66400C9BB1F;
575
577
packageReferences = (
747
749
F66EDB6C23F168FF00A01B9F /* fr */,
748
750
F66EDB6D23F1691400A01B9F /* es */,
749
751
F66EDB6E23F1692000A01B9F /* ja */,
752
+ B106B77D2A62773200926901 /* ko */,
750
753
);
751
754
name = Localizable.strings;
752
755
sourceTree = "<group>";
Original file line number Diff line number Diff line change
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" = "사용자에 의해 취소됨";
You can’t perform that action at this time.
0 commit comments