Skip to content

Commit ab54b63

Browse files
authored
Merge pull request #70 from hdcola/hdcola
add searchable
2 parents 89d5303 + adb3484 commit ab54b63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,3 +518,4 @@
518518
"Create a selection rows view" = "Create a selection rows view";
519519
"Create a rows view" = "Create a rows view";
520520
"An object that creates images from SwiftUI views." = "An object that creates images from SwiftUI views.";
521+
"Marks this view as searchable, which configures the display of a search field." = "Marks this view as searchable, which configures the display of a search field.";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,3 +518,4 @@
518518
"Create a selection rows view" = "创建一个选择行视图";
519519
"Create a rows view" = "创建一个行视图";
520520
"An object that creates images from SwiftUI views." = "一个从SwiftUI视图创建图像的对象。";
521+
"Marks this view as searchable, which configures the display of a search field." = "将该视图标记为可搜索,这就配置了搜索字段的显示。";

0 commit comments

Comments
 (0)