ZF-8030: Missing locale file for "gl_GL"
Description
Our application is sometimes causing following exception:
{quote}Zend_Locale_Exception Missing locale file '/usr/share/php/Zend/Locale/Data/gl_GL.xml' for 'gl_GL' locale.{quote}
Is it possible to add it? http://en.wikipedia.org/wiki/Galician_language
Comments
Posted by Thomas Weidner (thomas) on 2009-10-07T13:05:26.000+0000
When you want to use galician then use "gl".
When you want to use galician within spain (where this dialect is widely spoken, then use "gl_ES".
But when you want ot use galician within the region Grenlandia, then you will find no support, because the people in grenlandia don't speak galician.
Posted by Jan Pieper (jpieper) on 2009-10-12T01:44:30.000+0000
At least one of our users is using "gl_GL" as browser locale. And because we are using locale auto-detection we are getting "gl_GL" as locale and this is causing the exception.
So we need to implement a mapping to map "gl_GL" to "gl"?
Posted by Thomas Weidner (thomas) on 2009-10-12T12:25:19.000+0000
The exception you gave afterwards shows a possible problem on locale downgrading while using the pre-translation methods.
Fixed with r18530 within trunk.
Please give such usefull informations next time while creating the issue.