Locale 한글 추가
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSAdvertisingAttributionReportEndpoint</key>
|
||||
<string>https://appsflyer-skadnetwork.com/</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
@@ -33,6 +31,8 @@
|
||||
<false/>
|
||||
<key>GADApplicationIdentifier</key>
|
||||
<string>ca-app-pub-1299501215847962~3447556960</string>
|
||||
<key>NSAdvertisingAttributionReportEndpoint</key>
|
||||
<string>https://appsflyer-skadnetwork.com/</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
@@ -242,10 +242,10 @@
|
||||
<string>gmarket_sans_bold.otf</string>
|
||||
<string>gmarket_sans_medium.otf</string>
|
||||
<string>gmarket_sans_light.otf</string>
|
||||
<string>Pretendard-Bold.otf</string>
|
||||
<string>Pretendard-Medium.otf</string>
|
||||
<string>Pretendard-Light.otf</string>
|
||||
<string>Pretendard-Regular.otf</string>
|
||||
<string>Pretendard-Bold.otf</string>
|
||||
<string>Pretendard-Medium.otf</string>
|
||||
<string>Pretendard-Light.otf</string>
|
||||
<string>Pretendard-Regular.otf</string>
|
||||
</array>
|
||||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSAdvertisingAttributionReportEndpoint</key>
|
||||
<string>https://appsflyer-skadnetwork.com/</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
@@ -33,6 +31,8 @@
|
||||
<false/>
|
||||
<key>GADApplicationIdentifier</key>
|
||||
<string>ca-app-pub-1299501215847962~8852459715</string>
|
||||
<key>NSAdvertisingAttributionReportEndpoint</key>
|
||||
<string>https://appsflyer-skadnetwork.com/</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
@@ -242,10 +242,10 @@
|
||||
<string>gmarket_sans_bold.otf</string>
|
||||
<string>gmarket_sans_medium.otf</string>
|
||||
<string>gmarket_sans_light.otf</string>
|
||||
<string>Pretendard-Bold.otf</string>
|
||||
<string>Pretendard-Medium.otf</string>
|
||||
<string>Pretendard-Light.otf</string>
|
||||
<string>Pretendard-Regular.otf</string>
|
||||
<string>Pretendard-Bold.otf</string>
|
||||
<string>Pretendard-Medium.otf</string>
|
||||
<string>Pretendard-Light.otf</string>
|
||||
<string>Pretendard-Regular.otf</string>
|
||||
</array>
|
||||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
|
||||
@@ -134,7 +134,7 @@ struct LiveReservationItemView: View {
|
||||
|
||||
// 3~6. 출력용 Formatter (로컬 시간 기준)
|
||||
let localFormatter = DateFormatter()
|
||||
localFormatter.locale = Locale.current
|
||||
localFormatter.locale = Locale.autoupdatingCurrent
|
||||
localFormatter.timeZone = TimeZone.current
|
||||
|
||||
// 3. 월 (1~12)
|
||||
|
||||
@@ -151,7 +151,7 @@ struct MyLiveReservationItemView: View {
|
||||
|
||||
// 3~6. 출력용 Formatter (로컬 시간 기준)
|
||||
let localFormatter = DateFormatter()
|
||||
localFormatter.locale = Locale.current
|
||||
localFormatter.locale = Locale.autoupdatingCurrent
|
||||
localFormatter.timeZone = TimeZone.current
|
||||
|
||||
// 3. 월 (1~12)
|
||||
|
||||
Reference in New Issue
Block a user