Opened 14 years ago
Last modified 13 years ago
#3976 closed enhancement
Support for Full Blog Translation — at Initial Version
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1.2 |
Component: | I18N | Keywords: | translation dev-feedback |
Focuses: | Cc: |
Description
I have spent the last week working between two WP translation plugins to get them working together and extend their funcionalities. From this work, I learned that in order to translate every bit of desired text, a few changes had to be made, specially access to other parts where there were no filters.
So, I added the following filters:
+ translate (called from l())
+ wp_get_archives (called from wp_get_archives())
+ before_sanitize_title (called from sanitize_title())
And the following functions:
+ l()
+ le()
Mostly, they speak for themselves, but all have important roles to allow the creation of fully multilanguage themes and blogs. I hope this helps many people like me.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Changes to sanitize_title()