Opened 6 years ago
Closed 6 years ago
#3929 closed defect (bug) (fixed)
Plugin Directory: Plugin title includes a translation of another string
Reported by: | SergeyBiryukov | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | has-patch needs-testing |
Cc: |
Description
Background: #2919
On https://ru.wordpress.org/plugins/luckywp-table-of-contents/, the plugin title is translated as "LuckyWP Содержание".
However, in the translation project the string is left in English:
- LuckyWP Table of Contents is translated as
LuckyWP Table of Contents
. - Table of Contents is translated as
Содержание
.
Random string parts shouldn't be translated like that, only the whole strings should be.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
The main problem occurring here is that we're applying translations to translations, but that we're also running into the fact that we're translating text which isn't defined succinctly.
3929.diff is a rough tested variant of the current translation functions which does it slightly different
It seems like it works without problem, but it needs more testing than I have time for right now.