Skip to content

Commit

Permalink
Merge pull request #3559 from wordpress-mobile/release/1.54.0
Browse files Browse the repository at this point in the history
Release 1.54.0
  • Loading branch information
jhnstn authored May 28, 2021
2 parents 5a2be1a + 7c101be commit 40f35a6
Show file tree
Hide file tree
Showing 111 changed files with 2,483 additions and 2,108 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
- run:
name: Build JavaScript Bundle
command: |
npm run core prebundle
npm run prebundle:js
npm run bundle:android
# The job can take a long time, so let's bump the no_output_timeout
# to more than the default 10m
Expand Down
10 changes: 8 additions & 2 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Unreleased
------
1.54.0
------
* [**] a11y: Bug fix: Allow stepper cell to be selected by screenreader [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3362]
* [*] The BottomSheet Cell component now supports the help prop so that a hint can be supplied to all Cell based components. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3380]
* [**] Audio block: Add Insert from URL functionality. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3031]
* [***] Slash command to insert new blocks. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3250]
* [***] New Block: Reusable block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3490]
* [*] Add improvements to the translation pipeline [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3555]

1.53.0
------
Expand Down
11 changes: 11 additions & 0 deletions bin/i18n-download.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# Exit if any command fails.
set -e

if [ -n "${REFRESH_I18N}" ] ; then
node src/i18n-cache/index.js $1 || pFail
fi
# Overwrite the i18n cache of react-native-editor package
cp -r src/i18n-cache/gutenberg/data gutenberg/packages/react-native-editor/i18n-cache
cp -r src/i18n-cache/gutenberg/index.native.js gutenberg/packages/react-native-editor/i18n-cache
11 changes: 9 additions & 2 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- translators: accessibility text. %s: Audio caption. -->
<string name="gutenberg_native_audio_caption_s" tools:ignore="UnusedResources">Audio caption. %s</string>
<!-- translators: displays audio file extension. e.g. MP3 audio file -->
<string name="gutenberg_native_audio_file" tools:ignore="UnusedResources"> audio file</string>
<string name="gutenberg_native_audio_file" tools:ignore="UnusedResources">audio file</string>
<string name="gutenberg_native_audio_player" tools:ignore="UnusedResources">Audio Player</string>
<string name="gutenberg_native_audio_settings" tools:ignore="UnusedResources">Audio settings</string>
<string name="gutenberg_native_auto" tools:ignore="UnusedResources">Auto</string>
Expand Down Expand Up @@ -170,6 +170,7 @@
<string name="gutenberg_native_insert_crosspost" tools:ignore="UnusedResources">Insert crosspost</string>
<string name="gutenberg_native_insert_mention" tools:ignore="UnusedResources">Insert mention</string>
<string name="gutenberg_native_inside" tools:ignore="UnusedResources">Inside</string>
<string name="gutenberg_native_invalid_url_audio_file_not_found" tools:ignore="UnusedResources">Invalid URL. Audio file not found.</string>
<string name="gutenberg_native_link_inserted" tools:ignore="UnusedResources">Link inserted</string>
<string name="gutenberg_native_link_label" tools:ignore="UnusedResources">Link label</string>
<string name="gutenberg_native_link_settings" tools:ignore="UnusedResources">Link Settings</string>
Expand Down Expand Up @@ -248,7 +249,9 @@
<string name="gutenberg_native_replace_image_or_video" tools:ignore="UnusedResources">Replace image or video</string>
<string name="gutenberg_native_replace_video" tools:ignore="UnusedResources">Replace video</string>
<string name="gutenberg_native_reusable_blocks_aren_t_editable_on_wordpress_for_android" tools:ignore="UnusedResources">Reusable blocks aren\'t editable on WordPress for Android</string>
<string name="gutenberg_native_reusable_blocks_aren_t_editable_on_wordpress_for_ios" tools:ignore="UnusedResources">Reusable blocks aren\'t editable on WordPress for iOS</string>
<string name="gutenberg_native_reusable_blocks_aren_t_editable_on_wordpress_for_ios" tools:ignore="UnusedResources">Reusable blocks aren\'t editable on WordPress for iOS</string>
<!-- translators: %s: Block name e.g. "Image block" -->
<string name="gutenberg_native_s_block" tools:ignore="UnusedResources">%s block</string>
<!-- translators: accessibility text for the media block empty state. %s: media type -->
<string name="gutenberg_native_s_block_empty" tools:ignore="UnusedResources">%s block. Empty</string>
<!-- translators: %s: block title e.g: "Paragraph". -->
Expand Down Expand Up @@ -281,17 +284,21 @@
<string name="gutenberg_native_show_media_on_left" tools:ignore="UnusedResources">Show media on left</string>
<string name="gutenberg_native_show_media_on_right" tools:ignore="UnusedResources">Show media on right</string>
<string name="gutenberg_native_show_post_content" tools:ignore="UnusedResources">Show post content</string>
<!-- translators: Slash inserter autocomplete results -->
<string name="gutenberg_native_slash_inserter_results" tools:ignore="UnusedResources">Slash inserter results</string>
<string name="gutenberg_native_size" tools:ignore="UnusedResources">Size</string>
<string name="gutenberg_native_sorting_and_filtering" tools:ignore="UnusedResources">Sorting and filtering</string>
<string name="gutenberg_native_start_writing" tools:ignore="UnusedResources">Start writing…</string>
<string name="gutenberg_native_take_a_photo" tools:ignore="UnusedResources">Take a Photo</string>
<string name="gutenberg_native_take_a_photo_or_video" tools:ignore="UnusedResources">Take a Photo or Video</string>
<string name="gutenberg_native_take_a_video" tools:ignore="UnusedResources">Take a Video</string>
<string name="gutenberg_native_tap_here_to_show_help" tools:ignore="UnusedResources">Tap here to show help</string>
<string name="gutenberg_native_tap_to_add_content" tools:ignore="UnusedResources">Tap to add content</string>
<string name="gutenberg_native_tap_to_hide_the_keyboard" tools:ignore="UnusedResources">Tap to hide the keyboard</string>
<string name="gutenberg_native_transform_block" tools:ignore="UnusedResources">Transform block…</string>
<!-- translators: %s: block title e.g: "Paragraph". -->
<string name="gutenberg_native_transform_s_to" tools:ignore="UnusedResources">Transform %s to</string>
<string name="gutenberg_native_type_a_url" tools:ignore="UnusedResources">Type a URL</string>
<string name="gutenberg_native_ungroup" tools:ignore="UnusedResources">Ungroup</string>
<string name="gutenberg_native_unsupported" tools:ignore="UnusedResources">Unsupported</string>
<string name="gutenberg_native_updates_the_title" tools:ignore="UnusedResources">Updates the title.</string>
Expand Down
Loading

0 comments on commit 40f35a6

Please sign in to comment.