[wp-meta] [Making WordPress.org] #4367: Plugin Directory: Duplicate hreflang tags
Making WordPress.org
noreply at wordpress.org
Tue Mar 31 05:00:36 UTC 2020
#4367: Plugin Directory: Duplicate hreflang tags
------------------------------+---------------------
Reporter: SergeyBiryukov | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Plugin Directory | Resolution:
Keywords: |
------------------------------+---------------------
Comment (by dd32):
This seems to be caused by GlotPress, as it's returning the incorrect
`wp_locale` field for `de_DE_formal`:
{{{
https://translate.wordpress.org/api/projects/wp-plugins/akismet/stable/
....
{
"id": "26810",
"name": "German",
"slug": "default",
"project_id": "433",
"locale": "de",
"current_count": 208,
"untranslated_count": 0,
"waiting_count": 0,
"fuzzy_count": 0,
"percent_translated": 100,
"wp_locale": "de_DE",
"last_modified": "2020-03-29 20:09:22"
},
....
"id": "333713",
"name": "German (Formal)",
"slug": "formal",
"project_id": "433",
"locale": "de",
"current_count": 202,
"untranslated_count": 5,
"waiting_count": 0,
"fuzzy_count": 1,
"percent_translated": 97,
"wp_locale": "de_DE",
"last_modified": "2019-11-21 17:20:04"
},
...
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4367#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list