Project

General

Profile

Bug #87942

Updated by Riccardo De Contardi about 5 years ago

h3. Steps to reproduce 

 1) TYPO3 9.5.x or 10.0.0-dev (latest master) 
 2) Set a Default language in the site configuration (e.g. Italian) ; set also anoter language (e.g. English) 
 3) Create a page and translate it 
 4) Create a content element and translate it 
 5) Go to list view 

 h3. Results:  

 on the column _[localization]_    there is no flag for the default language, which is called "Default" 

 To have the correct label and flag you still have to set the TSConfig options: 

 <pre> 
 mod.SHARED.defaultLanguageFlag    
 mod.SHARED.defaultLanguageLabel 
 </pre> 

 h3. Expected Result 

 the configuration on the Site Configuration should be taken, instead and the TSConfig options should not be used. 

 p.s. I don't know if they're already deprecated

Back