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