Opened 8 years ago
Closed 8 years ago
#45111 closed task (blessed) (wontfix)
Integrate Jed-formatted localization data
| Reported by: | desrosj | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
In gutenberglib/i18n.php there is a function for returning Jed-formatted localization data. This should exist in WordPress Core.
Attachments (1)
Change History (11)
This ticket was mentioned in Slack in #meta by ocean90. View the logs.
8 years ago
#7
@
8 years ago
- Keywords revert added; fixed-5.0 removed
With wp_set_script_translations() wp_get_jed_locale_data() no longer necessary and thus should be reverted.
cc: @herregroen
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
There are currently no tests for this function in the plugin.
This function is called once in
lib/client-assets.php.I believe the new, correct implementation when merging to core would be
wp_get_jed_locale_data( 'default' ), as thegutenbergtext domain will no longer exist.