Skip to content

Commit

Permalink
Merge pull request #22 from DeveloperAcademy-POSTECH/chore/#21
Browse files Browse the repository at this point in the history
언어설정
  • Loading branch information
EvelynMacbookPro authored Aug 23, 2024
2 parents 67dfa79 + 72cfc70 commit bd39f30
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 2 deletions.
160 changes: 160 additions & 0 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
{
"sourceLanguage" : "en",
"strings" : {
"%@" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@"
}
}
}
},
"%lld개" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld つ"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld개"
}
}
}
},
"머문시간" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Temps passé"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : " 滞在時間"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "머문시간"
}
}
}
},
"세부사항" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Détails"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "詳細"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "세부사항"
}
}
}
},
"정보를 불러오는 중..." : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Chargement des informations…"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "情報を読み込んでいます…"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "정보를 불러오는 중..."
}
}
}
},
"주소" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Adresse"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "住所"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "주소"
}
}
}
},
"주소를 불러오는 중..." : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Chargement de l’adresse…"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "住所を読み込んでいます…"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "주소를 불러오는 중..."
}
}
}
}
},
"version" : "1.0"
}
11 changes: 9 additions & 2 deletions MC2Maps.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
A88CEC7A2C75CA5100B4B1EF /* AnnotationItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = A88CEC792C75CA5100B4B1EF /* AnnotationItem.swift */; };
A88CEC7C2C75CB1200B4B1EF /* LocationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A88CEC7B2C75CB1200B4B1EF /* LocationManager.swift */; };
A88CEC7E2C7600B500B4B1EF /* CloverManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A88CEC7D2C7600B500B4B1EF /* CloverManager.swift */; };
EAADC46D2C7812530099D208 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = EAADC46C2C7812530099D208 /* Localizable.xcstrings */; };
EAF2746D2C1C6B2C00D90AEA /* MC2MapsApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF2746C2C1C6B2C00D90AEA /* MC2MapsApp.swift */; };
EAF2746F2C1C6B2C00D90AEA /* MapsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF2746E2C1C6B2C00D90AEA /* MapsView.swift */; };
EAF274712C1C6B2E00D90AEA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EAF274702C1C6B2E00D90AEA /* Assets.xcassets */; };
Expand All @@ -24,6 +25,7 @@
A88CEC792C75CA5100B4B1EF /* AnnotationItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnnotationItem.swift; sourceTree = "<group>"; };
A88CEC7B2C75CB1200B4B1EF /* LocationManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationManager.swift; sourceTree = "<group>"; };
A88CEC7D2C7600B500B4B1EF /* CloverManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloverManager.swift; sourceTree = "<group>"; };
EAADC46C2C7812530099D208 /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
EAF274692C1C6B2C00D90AEA /* MC2Maps.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MC2Maps.app; sourceTree = BUILT_PRODUCTS_DIR; };
EAF2746C2C1C6B2C00D90AEA /* MC2MapsApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MC2MapsApp.swift; sourceTree = "<group>"; };
EAF2746E2C1C6B2C00D90AEA /* MapsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapsView.swift; sourceTree = "<group>"; };
Expand All @@ -50,6 +52,7 @@
A88CEC7B2C75CB1200B4B1EF /* LocationManager.swift */,
A88CEC792C75CA5100B4B1EF /* AnnotationItem.swift */,
A88329ED2C6DEBCC00D6CC87 /* MapLocation.swift */,
EAADC46C2C7812530099D208 /* Localizable.xcstrings */,
EAF2746B2C1C6B2C00D90AEA /* MC2Maps */,
EAF2746A2C1C6B2C00D90AEA /* Products */,
);
Expand Down Expand Up @@ -126,6 +129,9 @@
knownRegions = (
en,
Base,
ko,
ja,
fr,
);
mainGroup = EAF274602C1C6B2C00D90AEA;
productRefGroup = EAF2746A2C1C6B2C00D90AEA /* Products */;
Expand All @@ -143,6 +149,7 @@
buildActionMask = 2147483647;
files = (
EAF274742C1C6B2E00D90AEA /* Preview Assets.xcassets in Resources */,
EAADC46D2C7812530099D208 /* Localizable.xcstrings in Resources */,
EAF274712C1C6B2E00D90AEA /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -294,7 +301,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"MC2Maps/Preview Content\"";
DEVELOPMENT_TEAM = J75PB3W4SD;
DEVELOPMENT_TEAM = RQW4ABCWWT;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = MC2Maps/Info.plist;
Expand Down Expand Up @@ -326,7 +333,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"MC2Maps/Preview Content\"";
DEVELOPMENT_TEAM = J75PB3W4SD;
DEVELOPMENT_TEAM = RQW4ABCWWT;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = MC2Maps/Info.plist;
Expand Down
78 changes: 78 additions & 0 deletions MC2Maps.xcodeproj/xcshareddata/xcschemes/MC2Maps.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1540"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
buildArchitectures = "Automatic">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAF274682C1C6B2C00D90AEA"
BuildableName = "MC2Maps.app"
BlueprintName = "MC2Maps"
ReferencedContainer = "container:MC2Maps.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAF274682C1C6B2C00D90AEA"
BuildableName = "MC2Maps.app"
BlueprintName = "MC2Maps"
ReferencedContainer = "container:MC2Maps.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAF274682C1C6B2C00D90AEA"
BuildableName = "MC2Maps.app"
BlueprintName = "MC2Maps"
ReferencedContainer = "container:MC2Maps.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>EAF274682C1C6B2C00D90AEA</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Binary file modified MC2Maps/Assets.xcassets/세잎.imageset/세잎.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd39f30

Please sign in to comment.