Bug #4062
Clarifying Language marks (lg.label=val)
| Status: | Accepted | Start date: | 2009-07-29 | |
|---|---|---|---|---|
| Priority: | Won't have this time | Due date: | ||
| Assignee: | Balisky Christophe | % Done: | 0% |
|
| Category: | templates | Spent time: | - | |
| Target version: | 0.1.7 | |||
| Branch: | ||||
| Votes: | 0 |
Description
Language marks seems like they should be a really convenient feature, but I have never been able to get them to work. I will try again when I finish going through my various tweaks and actually upload your current version for more complete testing.
I also had trouble with Language overrides, but have not looked at that recently. I'll give more feedback later, if problem persists. For now, consider this a reminder for me to get back to you.
Associated revisions
Bug #4062
partial fix on Typoscript _LOCAL_LANG overrides
Bug #4062
partial fix on Typoscript _LOCAL_LANG overrides
[Bug 4062] Add a sorting column to the documents, r=bernd
History
Updated by Chris Paige almost 4 years ago
- Status changed from Needs Feedback to Accepted
- Assignee deleted (
Chris Paige)
I have this in the Language Field, with the current SVN version of meta_feedit...
default.tx_mmforum_avatar=Image
But not change in labels on the List form. Does it work with default? I tried en. also...
Updated by Chris Paige almost 4 years ago
A-ha! Found this... But it's still not working for me.
I was just having a hard time overriding some of the default labels. I'd like to suggest the following adjustment to the code:
IN class.tx_metafeedit.php
IN function LoadLanguageConf(&$conf)
I recommend changing this:
$nkey=substr($key,0,2);
to this:
$nkey=substr($key,0,strpos($key,'.'));
This will allow us to override the default languages, as well as specific languages. Current code turns "default" overrides into "de"/German overrides.
Thanks!
Chris
Updated by Chris Paige almost 4 years ago
With my fix, the typoscript _LOCAL_LANG overrides do work for default.
'langmarks' items are loaded in pi1, but I'm not finding any further references elsewhere. I'm going to assume this is not yet implemented.
Updated by Balisky Christophe almost 4 years ago
- Assignee set to Balisky Christophe
- Priority changed from Should have to Must have
- Target version set to 0.1.6
Updated by Balisky Christophe almost 4 years ago
Well It appears I lost the development I made for language marks a while ago .. I have to reintroduce this feature.
Updated by Balisky Christophe almost 4 years ago
- Category set to templates
- Priority changed from Must have to Won't have this time
Not a bug iy's a missing feature
Updated by Balisky Christophe over 3 years ago
- Target version changed from 0.1.6 to 0.1.7