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 arn and izh languages (fixes #476)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Sep 8, 2021
1 parent 57ad2a2 commit a35757e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions server/lib/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const ADDITIONAL_LANGUAGES = [
name: 'Adyghe',
nativeName: 'Адыгабзэ',
},
{
id: 'arn',
name: 'Mapudungun',
nativeName: 'Mapudungun',
},
{
id: 'ast',
name: 'Asturian',
Expand Down Expand Up @@ -75,6 +80,11 @@ const ADDITIONAL_LANGUAGES = [
name: 'Upper Sorbian',
nativeName: 'Hornjoserbšćina',
},
{
id: 'izh',
name: 'Izhorian',
nativeName: 'Izhorian',
},
{
id: 'kaa',
name: 'Karakalpak',
Expand Down

0 comments on commit a35757e

Please sign in to comment.