Skip to content

Commit f8784eb

Browse files
committed
Add localizable strings
1 parent 85433c1 commit f8784eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ScratchWebKit/Sources/ScratchWebKit/Resources/en.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
Created by Shinichiro Oba on 2021/05/24.
66

77
*/
8+
"OK" = "OK";
9+
"Cancel" = "Cancel";
810
"Bluetooth is not available" = "Bluetooth is not available";
911
"Not allowed to access this URL" = "Not allowed to access this URL";

ScratchWebKit/Sources/ScratchWebKit/Resources/ja.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
Created by Shinichiro Oba on 2021/05/24.
66

77
*/
8+
"OK" = "OK";
9+
"Cancel" = "キャンセル";
810
"Bluetooth is not available" = "Bluetoothが無効になっています";
911
"Not allowed to access this URL" = "このURLへのアクセスは許可されていません";

0 commit comments

Comments
 (0)