[Typo3-shop] config.language broken?

Franz Holzinger franz at fholzinger.com
Sat Apr 16 22:15:33 CEST 2005


Jesper Weissglas wrote:
> My template setup has config.language = se, and this is picked up fine 
> by the other extensions such as tt_news (2.1.1).
> 
> However tt_products seems to ignore it and uses english text for product 
> lists and the like, even though I can see in the source that the Swedish 
> (se) language definitions exist for the plugin.
> 
> Any extra configs needed or something broken?

Hello Jesper,

in the locallang_tca.php you do not have many entries for Swedish:

	'se' => Array (
		'tt_products' => 'Produkter',
		'tt_products.price' => 'Pris:',
		'tt_products.price2' => 'Pris (2):',
		'tt_products.itemnumber' => 'Produkt nr:',
		'tt_products.inStock' => 'I lager (st):',
		'tt_products_cat' => 'Produktkategori',
	),

There are more in English, German and soon coming French.
So someone should write this and give it to me for the other languages.
This is for the Backend.

For the Frontend there is still no multi language support for 
tt_products. Maybe there is another products extension which has this 
already implemented.

Franz





More information about the TYPO3-project-tt-products mailing list