Skip to content

Commit c88a1b2

Browse files
authored
Merge pull request #59 from hdcola/hdcola
add Canvas Tap
2 parents 4b79247 + f40cc69 commit c88a1b2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,3 +492,6 @@
492492
"An object that plays audio data from a file or buffer." = "An object that plays audio data from a file or buffer.";
493493
"An object that provides the interface to control the player’s transport behavior." = "An object that provides the interface to control the player’s transport behavior.";
494494
"Create a AVPlayer" = "Create a AVPlayer";
495+
"A view type that supports immediate mode drawing." = "A view type that supports immediate mode drawing.";
496+
"Create a Canvas with child views" = "Create a Canvas with child views";
497+
"Create a Canvas" = "Create a Canvas";

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,3 +492,6 @@
492492
"An object that plays audio data from a file or buffer." = "一个从文件或缓冲区播放音频数据的对象。";
493493
"An object that provides the interface to control the player’s transport behavior." = "一个对象用来提供界面来控制播放器的传输行为。";
494494
"Create a AVPlayer" = "创建一个 AVPlayer";
495+
"A view type that supports immediate mode drawing." = "一个支持即时模式绘图的视图类型。";
496+
"Create a Canvas with child views" = "创建一个带有子视图的画布";
497+
"Create a Canvas" = "创建一个画布";

0 commit comments

Comments
 (0)