[TYPO3] Localization without default language?

Jochen Stange derstange at gmx.de
Fri Dec 8 10:42:58 CET 2006


Hi.

I am missing the localization-functions (flags) after creating an 
element not in the default-language.

After creating an element (tt_news) in another language other than 
default the flags to use 'localize to:' are missing. Can this be changed?

The default-language of the installation is English. Is it therefore 
possible to create an element in e.g. German which is then localized to 
e.g. Spanish without going through copy, paste, change language?


TYPO3 4.0.2
tt_news 2.4.0
Language: Default, German, Spanish, Frensh, Italien




TS for Localization:

### SPRACHKONFIGURATION ###

# rHallo.

Ich vermisse die Lokalisierungs-Funktionen nach dem Anlegen eines 
Elementes, welches nicht in der Default-Sprache verfasst wurde.

Wird ein Element (in diesem Fall News) als erstes nicht in der 
Default-Sprache sondern in einer anderen angelegt, fehlen die Fähnchen 
zur Lokalisierung. Kann das irgendwie geändert werden?

Default-Sprache ist Englisch. Kann also z.B. ein deutsches Element 
angelegt werden, welches dann in Spanisch lokalisiert wird, ohne das 
Element zu kopieren, einzufügen und eine andere Sprache auszuwählen?

Muss die Default-Sprache auch als Website-Lanugage im Root angelegt sein?


TYPO3 4.0.2
tt_news 2.4.0
Sprachen: Default, Deutsch, Spanisch, Französisch, Italienisch




TS zur Lokalisierung:


# Remove L-Bug
config.uniqueLinkVars = 1

# Localization
config.sys_language_mode = content_fallback



config {
   extTarget = _blank
   linkVars = L
   sys_language_uid = 0
   language = en
   locale_all = en_EN
   xhtml_cleaning=all
}

plugin.tx_indexedsearch._LOCAL_LANG = en



# German language, sys_language.uid = 1
[globalVar = GP:L = 1]
   config.sys_language_uid = 1
         config.language = de
         config.locale_all = de_DE
         config.htmlTag_langKey = de
         plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 1
         plugin.tx_indexedsearch._LOCAL_LANG = de
[global]

# French language, sys_language.uid = 2
[globalVar = GP:L = 2]
     config.sys_language_uid = 2
     config.language = fr
     config.locale_all = fr_FR
     config.htmlTag_langKey = fr
         plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 2
         plugin.tx_indexedsearch._LOCAL_LANG = fr
[global]

# Spanish language, sys_language.uid = 3
[globalVar = GP:L = 3]
     config.sys_language_uid = 3
     config.language = es
     config.locale_all = es_ES
     config.htmlTag_langKey = es
         plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 3
         plugin.tx_indexedsearch._LOCAL_LANG = es
[global]

# Italien language, sys_language.uid = 4
[globalVar = GP:L = 4]
     config.sys_language_uid = 4
     config.language = it
     config.locale_all = it_IT
     config.htmlTag_langKey = it
         plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 4
         plugin.tx_indexedsearch._LOCAL_LANG = it
[global]




Thanks. Jochen


More information about the TYPO3-english mailing list