Skip to content

Commit 5178f33

Browse files
ShapeKim98stealmh
authored andcommitted
[hotfix] #111 한국어 Localization 추가
1 parent c517a5e commit 5178f33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Projects/App/Project.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ let features: [TargetDependency] = Feature.allCases.map { feature in
1717

1818
let project = Project(
1919
name: "App",
20+
options: .options(
21+
defaultKnownRegions: ["en", "ko"],
22+
developmentRegion: "ko"
23+
),
2024
targets: [
2125
.target(
2226
name: "App",

0 commit comments

Comments
 (0)