#17532 closed enhancement (fixed)
Credits screen: show translators, untranslatable string, generic function name
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
- Since locale is already passed to request, translators can be shown in credits too. GlotPress can return list of validators for that locale. One installation can have more than one locale so transients should be based on locale.
- String "Core Contributors to WordPress %s" is untranslatable since version is returned in response, instead placeholder must be returned.
- Function add_css() has generic name so I think that it should be prefixed.
Attachments (1)
Change History (19)
#5
@
14 years ago
- Keywords has-patch removed
- Milestone changed from Awaiting Review to 3.2
- Owner set to nacin
- Status changed from new to accepted
We had been planning to add new groups including translators. I'll talk with Jane to see how scalable the API should become before implementing anything else.
#13
follow-up:
↓ 14
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
The translators that don't have gravatars have incorrect links:
http://profiles.wordpress.org/users/0 http://profiles.wordpress.org/users/1
etc.
#14
in reply to:
↑ 13
@
14 years ago
Replying to scribu:
The translators that don't have gravatars have incorrect links:
http://profiles.wordpress.org/users/0 http://profiles.wordpress.org/users/1
etc.
It would be better to open new tickets for issues so that they don't get lost.
#15
@
14 years ago
- Resolution set to fixed
- Status changed from reopened to closed
Cannot reproduce using the latest response from the API. Please flush the transient if you're having trouble.
Closing as fixed. Re-open a new ticket with steps to reproduce (please provide the localization you're using -- ro_RO works for me) if you can.
We use add_css() in a number of other situations in core without issue. If a plugin defined that function, lots of things would break.