#1275 closed defect (bug) (fixed)
Theme Directory - theme description is not localized
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | |
Cc: |
Description
So I translated the Twenty Fifteen theme to hebrew:
https://wordpress.org/themes/twentyfifteen/ - Theme page
https://he.wordpress.org/themes/twentyfifteen/ - Theme page in Hebrew
https://translate.wordpress.org/locale/he/default/wp-themes/twentyfifteen - All strings are 100% translated
Even the "Description" string is translated:
https://translate.wordpress.org/projects/wp-themes/twentyfifteen/he/default
But on the plugin page it's still in english.
Change History (4)
Note: See
TracTickets for help on using
tickets.
That's a bug in the GlotPress Bridge plugin (https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/glotpress-translate-bridge/glotpress-translate-bridge.php#L160) which assumes that the GlotPress locale for the WordPress locale
he_IL
ishe-il
, but it'she
.@dd32: I think we have to use
locales.php
and use the exisiting implementation as a fallback iflocale.php
doesn't exist.