-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.99.0 #5944
Release 1.99.0 #5944
Changes from 6 commits
5ce209c
3b0ea17
5cb0960
6fe745b
1983b9a
f408074
689ae4a
271b227
9300f96
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,7 @@ private func dummy() { | |
_ = NSLocalizedString("%s block, newly available", comment: "translators: Newly available block name. %s: The localized block name") | ||
_ = NSLocalizedString("%s block. Empty", comment: "translators: accessibility text for the media block empty state. %s: media type") | ||
_ = NSLocalizedString("%s block. This block has invalid content", comment: "translators: accessibility text for blocks with invalid content. %d: localized block title") | ||
_ = NSLocalizedString("%s converted to regular block", comment: "translators: %s: name of the reusable block") | ||
_ = NSLocalizedString("%s converted to regular blocks", comment: "translators: %s: name of the reusable block") | ||
_ = NSLocalizedString("%s detached", comment: "translators: %s: name of the synced block") | ||
_ = NSLocalizedString("%s embed block previews are coming soon", comment: "translators: %s: embed block variant's label e.g: \"Twitter\".") | ||
_ = NSLocalizedString("%s has no URL set", comment: "translators: %s: social link name e.g: \"Instagram\".") | ||
_ = NSLocalizedString("%s has URL set", comment: "translators: %s: social link name e.g: \"Instagram\".") | ||
|
@@ -46,8 +45,8 @@ private func dummy() { | |
_ = NSLocalizedString("ADD VIDEO", comment: "") | ||
_ = NSLocalizedString("Address Settings", comment: "") | ||
_ = NSLocalizedString("Alt Text", comment: "") | ||
_ = NSLocalizedString("Alternatively, you can detach and edit these blocks separately by tapping “Convert to regular blocks”.", comment: "") | ||
_ = NSLocalizedString("Alternatively, you can detach and edit this block separately by tapping “Convert to regular block”.", comment: "") | ||
_ = NSLocalizedString("Alternatively, you can detach and edit these blocks separately by tapping “Detach patterns”.", comment: "") | ||
_ = NSLocalizedString("Alternatively, you can detach and edit this block separately by tapping “Detach pattern”.", comment: "") | ||
_ = NSLocalizedString("An unknown error occurred. Please try again.", comment: "") | ||
_ = NSLocalizedString("Applies the setting", comment: "") | ||
_ = NSLocalizedString("Arrange your content into columns, add Call to Action buttons, and overlay images with text.", comment: "") | ||
|
@@ -151,8 +150,8 @@ private func dummy() { | |
_ = NSLocalizedString("Edit media", comment: "") | ||
_ = NSLocalizedString("Edit using web editor", comment: "") | ||
_ = NSLocalizedString("Edit video", comment: "") | ||
_ = NSLocalizedString("Editing reusable blocks is not yet supported on %s for Android", comment: "translators: %s: name of the host app (e.g. WordPress)") | ||
_ = NSLocalizedString("Editing reusable blocks is not yet supported on %s for iOS", comment: "translators: %s: name of the host app (e.g. WordPress)") | ||
_ = NSLocalizedString("Editing synced patterns is not yet supported on %s for Android", comment: "translators: %s: name of the host app (e.g. WordPress)") | ||
_ = NSLocalizedString("Editing synced patterns is not yet supported on %s for iOS", comment: "translators: %s: name of the host app (e.g. WordPress)") | ||
_ = NSLocalizedString("Embed block previews are coming soon", comment: "") | ||
_ = NSLocalizedString("Embed caption. %s", comment: "translators: accessibility text. %s: Embed caption.") | ||
_ = NSLocalizedString("Embed caption. Empty", comment: "translators: accessibility text. Empty Embed caption.") | ||
|
@@ -196,6 +195,7 @@ private func dummy() { | |
_ = NSLocalizedString("Line Height", comment: "") | ||
_ = NSLocalizedString("Link inserted", comment: "") | ||
_ = NSLocalizedString("Link Rel", comment: "") | ||
_ = NSLocalizedString("Link Settings", comment: "") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This string is no longer used in the web version after this change. |
||
_ = NSLocalizedString("Link text", comment: "") | ||
_ = NSLocalizedString("Link To", comment: "") | ||
_ = NSLocalizedString("Loading", comment: "") | ||
|
@@ -272,7 +272,6 @@ private func dummy() { | |
_ = NSLocalizedString("Replace image or video", comment: "") | ||
_ = NSLocalizedString("Replace video", comment: "") | ||
_ = NSLocalizedString("Retry", comment: "") | ||
_ = NSLocalizedString("Reusable", comment: "") | ||
_ = NSLocalizedString("Rich text editing", comment: "") | ||
_ = NSLocalizedString("Scrollable block menu closed.", comment: "") | ||
_ = NSLocalizedString("Scrollable block menu opened. Select a block.", comment: "") | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All strings related to reusable blocks have been updated due to this expected change.