#3 Add statistics per territory
Closed by jibecfed. Opened by jibecfed.
territory  into  master

Download 3.patch

the problem

A language can be spoken in multiple territories, to answer what is the language coverage of a country, we need to know the language spoken.
We need to have a population number per language to prioritize the display.

the solution

This script extract the population data from CLDR taken from https://github.com/unicode-org/cldr/tree/master/tools/java/org/unicode/cldr/util/data

comments

More information about the language/territory/population is given there: http://www.unicode.org/cldr/charts/latest/supplemental/territory_language_information.html

1 new commit added

  • produce per language and merge it with territories

3 new commits added

  • add map generation
  • add geojson file and countries data
  • add CLDR file for territories

5 new commits added

  • improve README
  • add results files
  • mod
  • refactor map generation
  • include pseudo official languages

Pull-Request has been closed by jibecfed

Metadata