Opened 13 years ago
Closed 13 years ago
#19364 closed enhancement (fixed)
Mark http://wordpress.org URL for translation
Reported by: | zeo | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | 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)
#2
in reply to:
↑ 1
@
13 years 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 /
#3
@
13 years ago
I just opened #19427 to handle "http://wordpress.org/" being translated properly.
We can run with this for 3.4.
Note: See
TracTickets for help on using
tickets.
Seems fine. Do we translate "http://wordpress.org/" anywhere else yet?