Opened 9 years ago
Closed 9 years ago
#41637 closed defect (bug) (fixed)
i18n: Merge similar translation strings for non-hierarchical taxonomy
| Reported by: | ramiy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Merge two similar translation strings:
This taxonomy is not hierarchical so you can't set a parent.- used in rest api (x2)Cannot set parent term, taxonomy is not hierarchical.- used in xmlrpc
See the screenshot from GlotPress and the patch merging the strings.
Attachments (4)
Change History (9)
#3
@
9 years ago
- Resolution fixed
- Status closed → reopened
Reopening, per https://travis-ci.org/WordPress/wordpress-develop/builds/278799825
There was 1 failure: 1) Tests_XMLRPC_wp_editTerm::test_parent_for_nonhierarchical Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'This taxonomy is not hierarchical so you can't set a parent.' +'Cannot set parent term, taxonomy is not hierarchical.' /home/travis/build/WordPress/wordpress-develop/tests/phpunit/tests/xmlrpc/wp/editTerm.php:89
Patch 41637.2.patch updates the tests string to match the string added in [41574]
This ticket was mentioned in Slack in #core by netweb. View the logs.
9 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 41574: