Opened 9 years ago
Closed 9 years ago
#34909 closed defect (bug) (fixed)
Clean up unused strings in credits.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Help/About | Keywords: | good-first-bug has-patch |
Focuses: | Cc: |
Description
These strings are no longer used in the API and can probably be removed:
- Extended Core Team
- Core Developers
- Recent Rockstars
- User Experience Lead
- Core Committer
- Guest Committer
- Developer
- Designer
- Docs Committer
- XML-RPC
- Internationalization
- Icon Design
Attachments (1)
Change History (9)
This ticket was mentioned in Slack in #core by wonderboymusic. View the logs.
9 years ago
#5
follow-up:
↓ 7
@
9 years ago
I keep thinking about how we can better represent folks on this page. It's likely harmless to keep most of these around since they've already been translated by 60+ locales, in case we want to use them again.
#6
@
9 years ago
I struggled with an appropriate translation for "Docs Committer". It was added in [33695], but then Drew became Core Committer, so the translated string was never used, hence the idea to clean them up a bit :)
#7
in reply to:
↑ 5
@
9 years ago
Replying to nacin:
I keep thinking about how we can better represent folks on this page. It's likely harmless to keep most of these around since they've already been translated by 60+ locales, in case we want to use them again.
Won't we still have them in GlotPress's history for these locales if we need to bring them back?
It makes it easier for new locales to get to 100% if we don't keep around unused strings.
patch file with updated credits.php