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

Also available in: Atom PDF