Ticket #5082 (closed defect: fixed)

Opened 13 months ago

Last modified 5 months ago

Consider new data to map countries to continents in i18n demo

Reported by: peller Owned by: bill
Priority: normal Milestone: 1.2
Component: Dijit Version: 1.0
Severity: normal Keywords:
Cc:

Description

Some 'continent' properties are missing. See #5033

Change History

Changed 12 months ago by bill

  • milestone changed from 1.1 to 2.0

Changed 9 months ago by alex

  • milestone changed from 2.0 to 1.3

Milestone 2.0 deleted

Changed 6 months ago by bill

  • status changed from new to assigned
  • milestone changed from 1.3 to 1.2

Changed 6 months ago by bill

  • status changed from assigned to closed
  • resolution set to fixed

(In [13786]) Fixes #5082 and more correctly fixes #5033 by using country codes rather than country names. Unfortunately it turns out that 2-letter ISO codes aren't unique (AF is both a continent and a country), so had to construct unique key (based on type and ISO code) manually. No longer using the data inlined into generate.html but could reference it to get URLs for countries if we wanted to, so leaving there for now.

Changed 5 months ago by bill

(In [14201]) Remove unneeded data, refs #5082.

Note: See TracTickets for help on using tickets.