home page map changes: the map now distinguishes countries from regions and counts are rolled up -- states or provinces into countries, countries into regions. Note: to see the roll up may require data curation to ensure the relations exist among the geographic regions.

This commit is contained in:
tworrall 2013-06-14 10:51:26 -04:00
parent f0a83018f0
commit 8c4103006b
7 changed files with 71 additions and 14 deletions

View file

@ -725,6 +725,8 @@ researcher = researcher
researchers = researchers
currently_no_researchers = There are currently no researchers with a defined geographic focus.
countries_and_regions = countries and regions.
countries = countries
regions = regions
map_states_string = states.
map_state_string = state.
statewide_locations = state-wide locations.

View file

@ -91,6 +91,8 @@
researchersString: '${i18n().researchers}',
currentlyNoResearchers: '${i18n().currently_no_researchers}',
countriesAndRegions: '${i18n().countries_and_regions}',
countriesString: '${i18n().countries}',
regionsString: '${i18n().regions}',
statesString: '${i18n().map_states_string}',
stateString: '${i18n().map_state_string}',
statewideLocations: '${i18n().statewide_locations}',