Skip to content

Commit

Permalink
Merge pull request #4397 from wordpress-mobile/fix/deprecated-languag…
Browse files Browse the repository at this point in the history
…e-tags-from-android

Send non-deprecated language tags from Android in initialProps
  • Loading branch information
mchowning authored Jan 14, 2022
2 parents 6642e84 + 104dbb6 commit f376fdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,11 @@ jobs:
- install-node-version
- npm-install
- run:
name: Run Android native unit tests
name: Run Android native-editor unit tests
command: cd gutenberg/packages/react-native-editor/android && ./gradlew testDebug
- run:
name: Run Android native-bridge unit tests
command: cd gutenberg/packages/react-native-bridge/android && ./gradlew test
ios-device-checks:
parameters:
post-to-slack:
Expand Down
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Unreleased
1.69.0
---
* [*] Give multi-line block names central alignment in inserter [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4343]
* [**] Fix Android handling of Hebrew and Indonesian translations [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4397]
* [**] Fix missing translations by refactoring the editor initialization code [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4332]
* [**] Add Jetpack and Layout Grid translations [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4359]
* [**] Fix text formatting mode lost after backspace is used [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4423]
Expand Down

0 comments on commit f376fdb

Please sign in to comment.