Einzelnen Beitrag anzeigen
  #7  
Alt 26.06.06, 15:14
philomatrix philomatrix ist offline
Forum Zuschauer
 
Registriert seit: 26.06.06
Beiträge: 10

Zitat:
Zitat von Winddancer
Jau habe ich... das lag bei mir daran, dass ich noch irgendwoanders eine config auf de laufen hatte und so hat er automatisch deutsch genommen. Das Gleiche ist auch noch 2 / 3 anderen passiert. Von daher geh nochmal in Dein Setup und prüfe das Step by Step, ob da nicht noch ne Sprachdefinition außerhalb der Global Statements ist...
rehi winddancer!

das hab ich jetz schon bestimmt 2 dutzendmal geprüft,sogar ausgedruckt...überall leerzeichen und einrückungen reingehaun..

ich findn fehler nich.

dh also..theo. liegt der evtl im abschnitt config -französisch?
ich weiß nich wonach ich suchen soll

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
[globalVar = GP:L < 1]
config.htmlTag_langKey = de-DE

[globalVar = GP:L = 3]
config.htmlTag_langKey = fr-FR
[global]

#standard deutsch, uid = 0
config.linkVars = L
config.sys_language_uid = 0
config.language = de
config.locale_all = de_DE

plugin.tt_news {
displayLatest.date_stdWrap.strftime = %A, %d.%B %Y
displayList.date_stdWrap.strftime = %A, %d.%B %Y
displayList.time_stdWrap.strftime= %H:%M
displaySingle.date_stdWrap.strftime = %A, %d.%B %Y
displayArchiv.date_stdWrap.strftime = %A, %d.%B %Y
}

#------------------------------------------------------------------------------

#französisch, uid = 3
[globalVar = GP:L = 3]
config.linkVars = L
config.sys_language_uid = 3
config.language = fr
config.locale_all = fr_FR
#    plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 3
plugin.tt_news {
displayLatest.date_stdWrap.strftime = %a, %b %d, %Y  
displayList.date_stdWrap.strftime= %A, %B %d. %Y
displayList.time_stdWrap.strftime= %H:%M
displaySingle.date_stdWrap.strftime= %A, %d. %B %Y, %e
displaySingle.time_stdWrap.strftime= %H:%M
}
[global]

ist mein code
wäre cool wenn du mir da n tipp geben könntest, was daran falsch ist *grübl*

thx & gree'z
phil
Mit Zitat antworten