#17532 closed enhancement (fixed)
Credits screen: show translators, untranslatable string, generic function name
| Reported by: | dimadin | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | General | Version: | 3.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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
@
15 years ago
- Keywords has-patch removed
- Milestone Awaiting Review → 3.2
- Owner set to
- Status new → 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
@
15 years ago
- Resolution fixed
- Status closed → 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
@
15 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
@
15 years ago
- Resolution → fixed
- Status reopened → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.