Attachments (1)
Change History (14)
#3
@
12 years ago
- Component General → I18N
- Milestone Awaiting Review
- Resolution → duplicate
- Status new → closed
Let's consolidate over to #30353.
This ticket was mentioned in Slack in #polyglots by sergey. View the logs.
9 years ago
#5
@
9 years ago
- Milestone → Awaiting Review
- Resolution duplicate
- Status closed → reopened
This was brought up a couple months ago in several discussions on #polyglots channel:
https://wordpress.slack.com/archives/C02RP50LK/p1493188906077157
https://wordpress.slack.com/archives/C02RP50LK/p1493806620691694
https://wordpress.slack.com/archives/C02RP50LK/p1495608311387916
https://wordpress.slack.com/archives/C02RP50LK/p1496213094682103
To summarize, Hello Dolly is a sample plugin that is supposed to follow all the best practices. I18N is one of those, but the plugin currently displays a warning on the translation page due to a missing text domain:
This plugin is not properly prepared for localization (View detailed logs on Slack). If you would like to translate this plugin, please contact the author.
This is less than ideal, a sample plugin shouldn't display any warnings. The lyrics may not need translation, but the description does. Each plugin should have a Text Domain: header, and that's exactly what the patch does.
#30353 was derailed into "remove Hello Dolly from core" and got closed as wontfix, so let's reopen this one.
This ticket was mentioned in Slack in #polyglots by sergey. View the logs.
9 years ago
#7
@
9 years ago
On a related note: Hello Dolly is currently included in PHP coding standards update in #41057
This ticket was mentioned in Slack in #polyglots by casiepa. View the logs.
9 years ago
This ticket was mentioned in Slack in #polyglots by coachbirgit. View the logs.
9 years ago
#12
@
9 years ago
- Keywords commit removed
- Milestone 4.9
- Resolution → wontfix
- Status reopened → closed
Since [37562] the text domain is no longer required. The warning on translate.w.org is also gone.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Add text-domain header, bump version, eliminate ending closing php tags