Use same name used in config files for langs in docs

This commit is contained in:
Gokul Soumya 2021-12-07 21:27:21 +05:30 committed by Blaž Hrastnik
parent 70c989e122
commit d08bdfa838
5 changed files with 40 additions and 83 deletions

View file

@ -184,7 +184,7 @@ pub mod md_gen {
.iter()
.find(|l| l.language_id == lang)
.unwrap(); // lang comes from config
row.push(lc.display_name.clone());
row.push(lc.language_id.clone());
for (_feat, support_list) in &ts_features_to_langs {
row.push(