[TYPO3-core] RFC #17319: Incorrect/missing array entries in t3lib_cs regarding Galician and Georgian
Ernesto Baschny [cron IT]
ernst at cron-it.de
Wed Jan 26 11:42:45 CET 2011
Stanislas Rolland schrieb am 25.01.2011 22:50:
> This is a SVN patch request.
>
> Type: Bugfix
>
> Problem:
> There are incorrect entries in t3lib_cs language arrays regarding
> Galician and Georgian languages:
> 1. ge is not the iso code for Georgian, ka is.
> 2. ga is not the iso code for Galician, gl is.
> 3. ge is the TYPO3 language code for Georgian, but he mapping to iso ka
> is missing.
> 4. ga is the TYPO3 language code for Galician, but the mapping to iso gl
> is missing.
>
> Solution:
> Fix the relevant arrays entries.
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=17319
> http://bugs.typo3.org/view.php?id=10036
With this, Georgian is changed in t3lib_cs in the lang_to_script array:
- 'ge' => 'unicode', // Georgian
+ 'ka' => 'unicode', // Georgian
but this was not reflected in the constants of TYPO3_languages, as they
are "fixed" (locallang.xml etc depends on that). So I am not sure if
this won't have a side effect on georgian language for the backend,
since there is no 'ge' key in the "lang_to_script" array anymore (and as
commented above, "Empty values means iso-8859-1").
I would not change this in 4.4, as it might have the potential to break
stuff (in a minor release). But then again, it might also work, so I let
Benni decide. :)
Maybe some input from our charset / languages expert Masi? ;)
Cheers,
Ernesto
More information about the TYPO3-team-core
mailing list