Skip to content

Commit

Permalink
not repeat the defined ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Sep 22, 2024
1 parent a3fee61 commit 05ed9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LanguageModels.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ domUralicLangs.appendChild(addUnorderedList({{lang_repos}}, 'lang-', ['langfam-u
<script>
const domOthrFamLangs = document.querySelector('#fam_other');
domOthrFamLangs.appendChild(addNegUnorderedList({{lang_repos}}, 'lang-', ['langfam-uralic', 'langfam-indoeuropean', 'langfam-algic', 'langfam-eskimo-aleut', 'langfam-turkic', 'langfam-niger-congo']))
domOthrFamLangs.appendChild(addNegUnorderedList({{lang_repos}}, 'lang-', ['langfam-afro-asiatic', 'langfam-algic', ['langfam-austronesian', 'langfam-eskimo-aleut', 'langfam-indoeuropean', 'langfam-mongolic', 'langfam-niger-congo', 'langfam-turkic', ['langfam-uralic']))
</script>
<script>
Expand Down

0 comments on commit 05ed9ba

Please sign in to comment.