Details
-
Type:
Patch
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.7.5
-
Fix Version/s: 1.7.6
-
Component/s: Zend_Locale
-
Labels:None
Description
In region Slovakia - "SK" - has changed currency in use since 1.1.2009 from 'SKK' to 'EUR'. Locale data needs update.
Affected method: Zend_Locale::getTranslationList('RegionToCurrency'). For returned values of this method holds:
ACTUAL STATUS:
- ["EUR"] => string(92) "AD AT AX BE BL CY DE ES FI FR GF GP GR IE IT LU MC ME MF MQ MT NL PM PT QU RE SI SM TF VA YT"
- ["SKK"] => string(2) "SK"
DESIRED STATUS:
- ["EUR"] => string(92) "AD AT AX BE BL CY DE ES FI FR GF GP GR IE IT LU MC ME MF MQ MT NL PM PT QU RE SI SK SM TF VA YT"
- ["SKK"] => [none]
All data within the locale database are from unicode.
We are not allowed to deploy changed data.
Please ask at unicode to fix their database when they did not already do it. (CLDR project). ZF will integrate a new release of CLDR as soon as it's available.