EVALUATION
The MET time zone definition has been changed as a result of full support of the Olson public source. See 4495052. The localized display names must follow the root bundle definition.
###@###.### 2003-04-15
We will fix locale data bugs in tiger.
###@###.### 2003-04-15
###@###.### 2003-11-03
******** l10n evaluation template - begin ***********
Evaluation :
Looks like all of our FIGSS locales are using IRT (Iran Standard Time) for MET. Changing this to "Middle Europe Time" to match DateFormatZoneData.java
sccsdiff info (e.g. sccs diffs -r1.30 1.31 Activator_fr.java):
sccs diffs `sccs tell`
------- DateFormatZoneData_de.java -------
505c505,506
< {"MET", IRT},
---
> {"MET", new String[] {"Mitteleurop\u00e4ische Zeit", "MET",
> "Mitteeurop\u00e4ische Sommerzeit", "MEST"}},
------- DateFormatZoneData_es.java -------
505c505,506
< {"MET", IRT},
---
> {"MET", new String[] {"Hora de Europeo Medio", "MET",
> "Hora de verano de Europeo Medio", "MEST"}},
------- DateFormatZoneData_fr.java -------
505c505,506
< {"MET", IRT},
---
> {"MET", new String[] {"Heure d'Europe Moyenne", "MET",
> "Heure d'\u00e9t\u00e9 d'Europe Moyenne", "MEST"}},
------- DateFormatZoneData_it.java -------
505c505,506
< {"MET", IRT},
---
> {"MET", new String[] {"Ora Europa centrale", "MET",
> "Ora estiva Europa centrale", "MEST"}},,
------- DateFormatZoneData_sv.java -------
505c505,506
< {"MET", IRT},
---
> {"MET", new String[] {"Medeleuropeisk tid", "MET",
> "Medeleuropeisk sommartid", "MEST"}},
List file(s) to be delivered :
src/share/classes/sun/text/resources/DateFormatZoneData_de.java
src/share/classes/sun/text/resources/DateFormatZoneData_es.java
src/share/classes/sun/text/resources/DateFormatZoneData_fr.java
src/share/classes/sun/text/resources/DateFormatZoneData_it.java
src/share/classes/sun/text/resources/DateFormatZoneData_sv.java
Target Build :
Tiger-beta
Additional Info :
******** l10n evaluation template - end***********
|