Ticket #12425 (closed enhancement: fixed)
Fallback theme code is not translatable / default theme in theme repo is not translatable
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 3.0 |
| Component: | General | Version: | 3.0 |
| Severity: | major | Keywords: | needs-patch |
| Cc: |
Description (last modified by westi) (diff)
Should we switch them both to the I18N version of kubrick/default
Attachments
Change History
- Status changed from new to closed
- Resolution set to fixed
- Keywords needs-patch 2nd-opinion added; has-patch commit removed
- Status changed from closed to reopened
- Resolution fixed deleted
re-opening, because I'm foreseeing a possibly trickier issue.
consider a user with the simplest theme possible. two files, index.php and style.css, that currently relies on get_header(), get_sidebar() and get_footer(). that user is currently relying on the default theme. making him use twentyten all of the sudden makes no sense.
in other words, we should: during the upgrade, add an option with a value of default; and during installs, add an option with a value of twentyten. and then use the option to set the define.
alternatively, we could tell these handful of users (there can't be that many) to add the appropriate define in their wp-config.php file. in this case, the existing fix works wonders.
comment:3
technosailor — 22 months ago
In an upgrade, unless the user explicityl removes the default (Kubrick) theme, it will still be there. In a 3.0 install, they would get twentyten. I don't see this being any more of an edge case and suggest we close as invalid.
- Keywords 2nd-opinion removed
- Owner set to westi
- Status changed from reopened to accepted
Working on a solution to this as well as #13009
- Status changed from accepted to closed
- Resolution set to fixed
westi, does theme-compat need to be localized or leave it as is? If yes, what's the domain for it? none?
- Status changed from closed to reopened
- Resolution fixed deleted
I think we can use the i18n version, in the kubrick/default textdomain. If it's not loaded, then we get English, that's fine too. If it doesn't exist, the theme wouldn't work anyway.
That said, wondering if we can just fall back to kubrick, and forgo theme-compat. If it doesn't exist, the theme wouldn't work anyway.
see kubrick/default: http://svn.automattic.com/wordpress-i18n/theme/trunk/
comment:10
westi — 22 months ago
I went for untranslated to hi-light it more as being a dead-end.
Also I copied the files from the WordPress Extend version of the default theme so if we are going to use the I18N one we should update that as well as otherwise when people apply the suggested fix to there theme they will lose the translation goodness.
comment:11
zeo — 22 months ago
Is there anyone still using comments-popup.php?
How about just copy from i18n repos to extend theme repos. But the Default theme in Extend is out of reach. How to submit patches? Themes trac seems dead anyway.
comment:12
westi — 21 months ago
- Priority changed from normal to high
- Summary changed from allow to override the fallback theme to Fallback theme code is not translatable / default theme in theme repo is not translatable
- Description modified (diff)
- Severity changed from normal to major
Retitling to reflect current issues.
Raising Priority.
comment:13
nacin — 21 months ago
I would opt for this:
- Replace current Kubrick files in the wp.org repo with the i18n version.
- Remove theme-compat, and hard-code a search for /default, and deprecate this behavior.
This prevents us from adding new strings to core or requiring a separate pot file or translations for theme-compat.
If it is a fresh 3.0 install without default and without theme-compat, and they try to use a theme using the deprecated behavior, then that's their problem. It is also very easily fixable, by downloading Kubrick, and, to eliminate the deprecated behavior, adding "Template: default" to the style.css.
I think theme-compat was a good idea but it introduced an oddity/complexity when it comes to translations (and modified Kubricks, for that matter), and thus breaks more than it needs to.
comment:14
westi — 21 months ago
comment:15
ryan — 21 months ago
Updating "default" in the theme repo is in progress.
comment:16
ryan — 21 months ago
Default theme updated to use i18n version.
comment:17
westi — 21 months ago
- Status changed from reopened to closed
- Resolution set to fixed
Thanks.
Closing as fixed.

