Skip to content

Commit

Permalink
[hotfix] #111 한국어 Localization 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 authored and stealmh committed Sep 9, 2024
1 parent c517a5e commit 5178f33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ let features: [TargetDependency] = Feature.allCases.map { feature in

let project = Project(
name: "App",
options: .options(
defaultKnownRegions: ["en", "ko"],
developmentRegion: "ko"
),
targets: [
.target(
name: "App",
Expand Down

0 comments on commit 5178f33

Please sign in to comment.