Opened 19 months ago
Closed 17 months ago
#19364 closed enhancement (fixed)
Mark http://wordpress.org URL for translation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
- Remove the trailing slash to match the same string in wp-includes/admin-bar.php#L96
- Remove unnecessary <span class="hide">...</span>
- Minor cleanup
Feel free to tweak the original patch
Attachments (1)
Change History (6)
comment:2
in reply to:
↑ 1
Zeo
— 19 months ago
Replying to nacin:
Do we translate "http://wordpress.org/" anywhere else yet?
None in core and MS POT. That's why I remove the trailing slash in the patch.
But "http://wordpress.org/" is currently used in http://core.trac.wordpress.org/browser/trunk/wp-content/themes/twentyten/footer.php#L33 and http://core.trac.wordpress.org/browser/trunk/wp-content/themes/twentyeleven/footer.php#L27
Not sure whether we should stick with or without /
comment:3
nacin
— 19 months ago
I just opened #19427 to handle "http://wordpress.org/" being translated properly.
We can run with this for 3.4.
Seems fine. Do we translate "http://wordpress.org/" anywhere else yet?