Einzelnen Beitrag anzeigen
  #5  
Alt 27.06.06, 07:36
philomatrix philomatrix ist offline
Forum Zuschauer
 
Registriert seit: 26.06.06
Beiträge: 10

Zitat:
Zitat von Averlon
na - noch irgendjemand ne idee?
hi averlon!
allerdings
das gleiche problem hatte ich gestern;
hatte das language-zeug aus meinem anderen projekt kopiert und ne zeile übersehn, die zuviel war...

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:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
# deutsch
[globalVar = GP:L < 1]
config.htmlTag_langKey = de-DE

# französisch
[globalVar = GP:L = 3]
config.htmlTag_langKey = fr-FR
[global]

#standard deutsch, uid = 0
# --->>>>>    [globalVar = GP:L = 0] -- diese zeile war zuviel
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
#          displaySingle.age_stdWrap.age = &nbsp;  Minuten | Stunden | Tage | Jahre
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
opt_type_0 = test
}


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]

viel glück,vielleicht haste ja densleben fehler;

ich hab zur zeit das problem, dass das indexedsearch-plugin nicht auf französisch funzt, sondern mir englisch bringt...

hast du da ne idee ? :D

gree'z phil
Mit Zitat antworten