Project

General

Profile

Actions

Bug #24477

closed

Catalan flag is replaced by Canadian flag

Added by Alienor.net over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2011-01-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

ca-flags.patch (1.93 KB) ca-flags.patch Administrator Admin, 2011-01-05 14:32
wrong-language.jpg (38.8 KB) wrong-language.jpg Administrator Admin, 2011-01-13 10:58
no-flags-in-em.patch (779 Bytes) no-flags-in-em.patch Administrator Admin, 2011-01-14 12:19
Actions #1

Updated by Steffen Kamper over 13 years ago

Committed to trunk rev 10067

Actions #2

Updated by Alienor.net over 13 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.

Actions #3

Updated by Ernesto Baschny about 13 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.

Actions #4

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF