Skip to content

Commit 97c34c5

Browse files
authored
Merge pull request #55 from hdcola/hdcola
add VideoPlayer Tap
2 parents c5f3662 + cbcb552 commit 97c34c5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

OneTapSwiftUIApp/OneTapSwiftUIApp/Resources/en.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,5 @@
487487
"Create a Capsule" = "Create a Capsule";
488488
"The outline of a 2D shape." = "The outline of a 2D shape.";
489489
"Create a triangle shape" = "Create a triangle shape";
490+
"A view that displays content from a player and a native user interface to control playback." = "A view that displays content from a player and a native user interface to control playback.";
491+
"Create a VideoPlayer" = "Create a VideoPlayer";

OneTapSwiftUIApp/OneTapSwiftUIApp/Resources/zh-Hans.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,5 @@
487487
"Create a Capsule" = "创建一个胶囊";
488488
"The outline of a 2D shape." = "一个2D形状的轮廓。";
489489
"Create a triangle shape" = "创建一个三角形的形状";
490+
"A view that displays content from a player and a native user interface to control playback." = "一个显示播放器内容的视图,以及一个控制播放的本地用户接口。";
491+
"Create a VideoPlayer" = "创建一个视频播放器";

0 commit comments

Comments
 (0)