-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: GutenbergKit internationalization #21854
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
Conversation
Generated by 🚫 Danger |
Project dependencies changeslist! Upgraded Dependencies
org.wordpress.gutenbergkit:android:trunk-fdfe788530bbff864ce7147b5a68608d7025e078, (changed from v0.2.0) tree +--- project :libs:editor
-| \--- org.wordpress.gutenbergkit:android:v0.2.0
+| \--- org.wordpress.gutenbergkit:android:trunk-fdfe788530bbff864ce7147b5a68608d7025e078
-\--- org.wordpress.gutenbergkit:android:v0.2.0 (*)
+\--- org.wordpress.gutenbergkit:android:trunk-fdfe788530bbff864ce7147b5a68608d7025e078 (*) |
1a79551
to
b238c9e
Compare
|
App Name | ![]() |
|
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21854-516768b | |
Commit | 516768b | |
Direct Download | jetpack-prototype-build-pr21854-516768b.apk |
|
App Name | ![]() |
|
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21854-516768b | |
Commit | 516768b | |
Direct Download | wordpress-prototype-build-pr21854-516768b.apk |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #21854 +/- ##
=======================================
Coverage 39.38% 39.38%
=======================================
Files 2134 2134
Lines 100053 100053
Branches 15408 15408
=======================================
Hits 39406 39406
Misses 57164 57164
Partials 3483 3483 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a833661
to
8ba3847
Compare
Enable localization within the editor.
8ba3847
to
0f73c3c
Compare
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.
This tested fine, merge when ready
|
Description
Ref CMM-280. Provide GutenbergKit with the current locale so that localization may occur.
Testing instructions
See wordpress-mobile/GutenbergKit#120.