[TYPO3] One-tree multi-language site - one-language realurl
Alexander Maringer
maringer at maringer-it.de
Wed Mar 26 14:41:21 CET 2008
Hi,
I don't think, any more information ist needed. The rewrite rules are
the basic rules of typo3. My language configuration is L=0 for turkish
and L=1 for german.
But the problem is in the postVars of Realurl.
For example take a part of the tt_news-extension:
'postVarSets' => array(
'_DEFAULT' => array(
// news archive parameters
'archive' => array(
array(
'GETvar' => 'tx_ttnews[month]' ,
'valueMap' => array(
'january' => '01',
'february' => '02',
'march' => '03',
'april' => '04',
'may' => '05',
'june' => '06',
'july' => '07',
'august' => '08',
'september' => '09',
'october' => '10',
'november' => '11',
'december' => '12',
)
),
),
),
),
So, in every language you have to pronounce the january as january, but
I would like to have it as january for english, "Januar" for german,
"xxx" for turkish.
And I'm searching a solution for this, which could be also maintained by
the clients (the website editors).
Thanks a lot
Alexander
Sara Weale schrieb:
> Could you post some more information, such as your language
> configuration and the apache rewrite rules you used for RealURL?
>
> Do you have RealURL manager installed too?
>
> Thanks,
> Sara
>
> Alexander Maringer wrote:
>> Hi,
>>
>> I have an insolvable problem.
>>
>> I like speaking urls on websites. I use always realurl.
>>
>> At the moment, I have a german - turkish website to complete with
>> realurl. So the postVars for the website could be on the one hand
>> german or english, but not both at all. And a german URL in turkish
>> and a turkish URL in german .... both is a little bit strange.
>> Is there any solution for this problem?
>>
>> Thanks a lot
>>
>> Alexander Maringer
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>
>
More information about the TYPO3-english
mailing list