Skip to content

Commit 97d60ae

Browse files
authored
Merge branch 'master' into 56-locales-add-cldr-support-per-locale
2 parents 282d86b + 047534c commit 97d60ae

File tree

286 files changed

+6607
-4025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+6607
-4025
lines changed

package-lock.json

Lines changed: 1119 additions & 950 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/data/census/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ More is better, but also if you don't have a value, leave it empty. For instance
101101
- `sampleRate`: The sample rate of the data (e.g., "0.25" the data is interpolated from 25% of the population, "1" for the the data is not interpolated)
102102
- `respondingPopulation`: The total number of people who responded to the question about language (eligiblePopulation - the number of people who did not respond to the question)
103103
- This is useful to compute the expected percentage of how many people speak the language in the country.
104+
- `populationSource`: An explanation for where the population estimate comes from if its not from the census itself (e.g., "United Nations World Population Prospects 2022")
104105
- **Source / Citation**
105106
- `collectorName`: The name of the individual or group that collected the data (e.g., "Statistics Canada")
107+
- `author`: The individual actors that published the data (eg. "John Smith, Jane Doe")
106108
- `url`: The URL of the census table (e.g., "https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=9810000201")
107109
- `tableName`: The name of the original data table (e.g., "Knowledge of languages by age and gender"
108110
- `columnName`: The name of the column in the table the data is from (e.g., "Total - Single and multiple responses of knowledge of languages")
@@ -178,7 +180,7 @@ Note that this example shows a rare but possible case where the language row sho
178180

179181
## Step 5: Plug it in
180182

181-
Add the new filename to the `censusList.txt` file in this directory. Test out that the new data is loaded by running the project locally (instructions in the [README](/README.md)).
183+
Put the new `.tsv` file in the appropriate directory (official, unofficial, or another subfolder to group common sources). Add the new file's filename to the `censusList.txt` file in its directory. Test out that the new data is loaded by running the project locally (instructions in the [README](/README.md)).
182184

183185
Check the census table view at your local domain eg. `https://localhost:5173/lang-nav/data?objectType=Census&view=Table` to make sure your new censuses appear and there are roughly as many languages as you expected. Noting that `mis`/`und`/`mul` languages have already been filtered out.
184186

public/data/census/data.un.org/mx.tsv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ tepe1281 Tepehuano 2,330 3,040 317
6868
knj Akateko 2,894
6969
mul Other native languages of America 174 837 2,453
7070
pei Chichimeca jonaz 1,625 2,295 2,364
71-
mat Ocuilteco 842 745 2,238
71+
ocu Ocuilteco 842 745 2,238
7272
var Guarijío 1,648 2,201 2,139
7373
agu Aguacateco 21 1,997 20
7474
east2878 Chontal 695 1,104 1,704
7575
kek Kekchí 1,070 1,279 1,599
7676
mza Tacuate 1 1,584
77-
matl1258 Matlatzinca 1,134 1,106 1,245
77+
mat Matlatzinca 1,134 1,106 1,245
7878
pia Pima 738 867 1,037
7979
mul Other native languages of Mexico 914 147
8080
coz Chocho 616 814 847
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ und Oriya, n.o.s. 1,550 960
328328
phj Pahari 350
329329
phr Pahari-Potwari 250
330330
pash1270 Pashai 380
331-
pan Punjabi (Panjabi) 942,170 827,150
331+
lah/pan Punjabi (Panjabi) 942,170 827,150
332332
raj Rajasthani 190
333333
rhg Rohingya 765 640
334334
rom Romani 200
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ eng Inglés 7,863,966 7,232,965 6,775,432 8,292,034 7,863,967 7,232,966 6,775,43
3838
ita Italiano 571,483 365,706 464,559 516,153 321,062 212,354 266,267 285,845 113,148 99,370 163,175 125,870 188,651 254,846 159,848 206,234 226225 66216 52506 60033 59620
3939
por Portugués 198,189 119,759 149,596 177,373 251,497 198,189 119,759 149,596 177373
4040
ron Rumano 509,179 454,271 486,222 469,176 316,825 278,516 301,441 289,189 168,602 107,504 274,144 585,908 664,407 316,825 278,516 301,441 289189
41-
ber Tamazight 4,837 1,348 4,373 1,620 59,797 4837 1348 4373 1620
41+
ber/rif Tamazight 4,837 1,348 4,373 1,620 59,797 4837 1348 4373 1620
4242
cat/vale1252 Valenciano 3,554,471 2,086,277 2,601,812 2,912,386 3,471,814 2,048,728 2,550,884 2,846,078 1,412,010 936,662 1,424,152 799,619 3,471,814 2,048,728 2,550,884 2846078
4343
und Otra 3,435,571 347,363
4444
spa/ara #Castellano y árabe 144,977

0 commit comments

Comments
 (0)