Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update bundle for: 1.75.0
  • Loading branch information
SiobhyB committed Apr 26, 2022
commit 0d3b1819b80297e089ff626f534e7e6995db650a
3 changes: 1 addition & 2 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<string name="gutenberg_native_add_block_after" tools:ignore="UnusedResources">Add Block After</string>
<string name="gutenberg_native_add_block_before" tools:ignore="UnusedResources">Add Block Before</string>
<string name="gutenberg_native_add_block_here" tools:ignore="UnusedResources">ADD BLOCK HERE</string>
<string name="gutenberg_native_add_blocks" tools:ignore="UnusedResources">Add Blocks</string>
<string name="gutenberg_native_add_blocks_11d0841f" tools:ignore="UnusedResources">Add blocks</string>
<string name="gutenberg_native_add_blocks" tools:ignore="UnusedResources">Add blocks</string>
<string name="gutenberg_native_add_button_text" tools:ignore="UnusedResources">Add button text</string>
<string name="gutenberg_native_add_image" tools:ignore="UnusedResources">ADD IMAGE</string>
<string name="gutenberg_native_add_image_or_video" tools:ignore="UnusedResources">ADD IMAGE OR VIDEO</string>
Expand Down
1,002 changes: 501 additions & 501 deletions bundle/ios/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/ios/App.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ private func dummy() {
_ = NSLocalizedString("Add Block Before", comment: "")
_ = NSLocalizedString("ADD BLOCK HERE", comment: "")
_ = NSLocalizedString("Add blocks", comment: "")
_ = NSLocalizedString("Add Blocks", comment: "")
_ = NSLocalizedString("Add button text", comment: "")
_ = NSLocalizedString("ADD IMAGE", comment: "")
_ = NSLocalizedString("Add image or video", comment: "")
Expand Down