Skip to content
Closed
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 gutenberg-mobile ref
  • Loading branch information
ceyhun committed Jan 29, 2021
commit 9dd5b3a73274a1478826a955010672cf813fd9b8
2 changes: 1 addition & 1 deletion bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<!-- translators: displayed right after the block is removed. -->
<string name="gutenberg_native_block_removed" tools:ignore="UnusedResources">Block removed</string>
<string name="gutenberg_native_block_settings" tools:ignore="UnusedResources">Block settings</string>
<string name="gutenberg_native_change_block_position" tools:ignore="UnusedResources">Change block position</string>
<string name="gutenberg_native_choose_a_file" tools:ignore="UnusedResources">CHOOSE A FILE</string>
<string name="gutenberg_native_choose_audio" tools:ignore="UnusedResources">Choose audio</string>
<string name="gutenberg_native_choose_file" tools:ignore="UnusedResources">Choose file</string>
Expand Down Expand Up @@ -114,7 +115,6 @@
<string name="gutenberg_native_move_block_left" tools:ignore="UnusedResources">Move block left</string>
<!-- translators: accessibility text. %1: current block position (number). %2: next block position (number) -->
<string name="gutenberg_native_move_block_left_from_position_1_s_to_position_2_s" tools:ignore="UnusedResources">Move block left from position %1$s to position %2$s</string>
<string name="gutenberg_native_move_block_position" tools:ignore="UnusedResources">Move block position</string>
<string name="gutenberg_native_move_block_right" tools:ignore="UnusedResources">Move block right</string>
<!-- translators: accessibility text. %1: current block position (number). %2: next block position (number) -->
<string name="gutenberg_native_move_block_right_from_position_1_s_to_position_2_s" tools:ignore="UnusedResources">Move block right from position %1$s to position %2$s</string>
Expand Down
3,467 changes: 1,736 additions & 1,731 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.

2 changes: 1 addition & 1 deletion bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private func dummy() {
_ = NSLocalizedString("Block pasted", comment: "translators: displayed right after the block is pasted.")
_ = NSLocalizedString("Block removed", comment: "translators: displayed right after the block is removed.")
_ = NSLocalizedString("Block settings", comment: "")
_ = NSLocalizedString("Change block position", comment: "")
_ = NSLocalizedString("CHOOSE A FILE", comment: "")
_ = NSLocalizedString("Choose audio", comment: "")
_ = NSLocalizedString("Choose file", comment: "")
Expand Down Expand Up @@ -100,7 +101,6 @@ private func dummy() {
_ = NSLocalizedString("Move block down from row %1$s to row %2$s", comment: "translators: accessibility text. %1: current block position (number). %2: next block position (number)")
_ = NSLocalizedString("Move block left", comment: "")
_ = NSLocalizedString("Move block left from position %1$s to position %2$s", comment: "translators: accessibility text. %1: current block position (number). %2: next block position (number)")
_ = NSLocalizedString("Move block position", comment: "")
_ = NSLocalizedString("Move block right", comment: "")
_ = NSLocalizedString("Move block right from position %1$s to position %2$s", comment: "translators: accessibility text. %1: current block position (number). %2: next block position (number)")
_ = NSLocalizedString("Move block up", comment: "")
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,16 @@
"videopress",
"wordads"
],
"beta": [ "amazon", "anchor-fm", "conversation", "dialogue" ],
"experimental": [ "seo" ],
"beta": [
"amazon",
"anchor-fm",
"conversation",
"dialogue"
],
"experimental": [
"seo",
"premium-content"
],
"no-post-editor": [
"business-hours",
"button",
Expand Down