Bug #24477
closedCatalan flag is replaced by Canadian flag
0%
Description
In the new Extension Manager, in the Translation Handling tab, the flag representing the Catalan language is the Canadian flag. It should be the flag of Catalonia.
The reason for this is that the Catalan and Canadian flags does not respect the implicit naming convention of flags :
Until now, all flags that correspond to a language are named like this : "[ISO code].png" and "[ISO code]-overlay.png".
All flags that do not correspond to a language (i.e. Wales or European Union) are named like this : "[Country or region].png" and [Country and region]-overlay.png".
But the Catalan flag is named "catalonia.png" even if it correspond to a language and the Canadian flag is named "ca.png" (CA being the country iso-code but there is indeed no such thing as a Canadian language).
I did not manage to include the file renamings in the included patch, so please change the following (in typo3\sysext\t3skin\images\flags\) :
- ca.png > canada.png ca-overlay > canada-overlay.png catalonia.png > ca.png catalonia-overlay -> ca-overlay.png
(issue imported from #M16919)
Files
Updated by Alienor.net almost 14 years ago
In fact, I was wrong, the flags are named after the country codes and not the language codes, so as Ernesto Baschny noted, the collision happens on other languages/countries too, for example Arabic and Argentina.
I guess we should remove the "default language flag" concept in the new Extension Manager.
Updated by Ernesto Baschny almost 14 years ago
Closed as this has nothing to do with language. Language flags were removed from new EM, so this is not an issue anymore. Flags in sys_languages are assigned manually.