Skip to content

Commit 274eaa5

Browse files
author
aaaa
committed
a
1 parent ea40237 commit 274eaa5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

SpatialClock/Rest/🗒️StaticInfo.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ enum 🗒️StaticInfo {
2828
}
2929

3030
extension 🗒️StaticInfo {
31-
static let versionInfos: [(version: String, date: String)] = [("1.1.1", "2024-03-02"),
31+
static let versionInfos: [(version: String, date: String)] = [("1.2", "2024-06-30"),
32+
("1.1.1", "2024-03-02"),
3233
("1.1", "2024-02-14"),
3334
("1.0", "2024-02-02")] //降順。先頭の方が新しい
3435

SpatialClock/Supporting files/🌐Localization/🌐VersionHistory.xcstrings

+6
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
"state" : "translated",
6161
"value" : "Add localization for few key words (Date text, Time text, \"Clock\", \"Setting\")"
6262
}
63+
},
64+
"ja" : {
65+
"stringUnit" : {
66+
"state" : "translated",
67+
"value" : "いくつかの重要単語に対してローカライゼーションを追加\n(日付テキスト、時刻テキスト、\"時計\"、\"設定\")"
68+
}
6369
}
6470
}
6571
}

0 commit comments

Comments
 (0)