Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: add missing languages
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Jun 26, 2021
1 parent eb35b77 commit d8d064c
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions server/lib/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ const ADDITIONAL_LANGUAGES = [
name: 'Kabyle',
nativeName: 'Taqbaylit',
},
{
id: 'kbd',
name: 'Kabardian',
nativeName: 'Адыгэбзэ',
},
{
id: 'kmr',
name: 'Northern Kurdish',
Expand All @@ -106,6 +111,16 @@ const ADDITIONAL_LANGUAGES = [
name: 'Kashmiri',
nativeName: 'كٲشُر',
},
{
id: 'lij',
name: 'Ligurian',
nativeName: 'Lìgure',
},
{ // https://github.com/common-voice/common-voice/issues/3043
id: 'mai',
name: 'Maithili',
nativeName: 'मैथिली',
},
{
id: 'mdf',
name: 'Moksha',
Expand All @@ -116,6 +131,11 @@ const ADDITIONAL_LANGUAGES = [
name: 'Eastern Mari',
nativeName: 'Eastern Mari',
},
{ // https://github.com/common-voice/common-voice/issues/2945
id: 'mos',
name: 'Mossi',
nativeName: 'Mooré',
},
{
id: 'mrj',
name: 'Western Mari',
Expand All @@ -126,6 +146,11 @@ const ADDITIONAL_LANGUAGES = [
name: 'Erzya',
nativeName: 'эрзянь кель',
},
{ // https://github.com/common-voice/common-voice/issues/3160
id: 'nia',
name: 'Nias',
nativeName: 'Li Niha',
},
{
id: 'nb-NO',
name: 'Norwegian',
Expand All @@ -136,6 +161,11 @@ const ADDITIONAL_LANGUAGES = [
name: 'Norwegian',
nativeName: 'Norsk nynorsk',
},
{ // https://github.com/common-voice/common-voice/issues/3044
id: 'pap-AW',
name: 'Papiamento - Aruba',
nativeName: 'Papiamento',
},
{
id: 'rm-sursilv',
name: 'Romansh Sursilvan',
Expand All @@ -156,6 +186,16 @@ const ADDITIONAL_LANGUAGES = [
name: 'Sicilian',
nativeName: 'sicilianu',
},
{ // https://github.com/common-voice/common-voice/issues/3032
id: 'shi',
name: 'Shilha',
nativeName: 'Taclḥit',
},
{
id: 'syr',
name: 'Syriac',
nativeName: 'ܣܘܼܪܝܝܐ',
},
{
id: 'uby',
name: 'Ubykh',
Expand Down

0 comments on commit d8d064c

Please sign in to comment.