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

Commit

Permalink
fix: add Nyankole (fixes #468)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Aug 9, 2021
1 parent 57697dd commit a3eb3ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/lib/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ const ADDITIONAL_LANGUAGES = [
name: 'Norwegian',
nativeName: 'Norsk nynorsk',
},
{
id: 'nyn',
name: 'Nyankole',
nativeName: 'Runyankore',
},
{
id: 'pa-IN',
name: 'Panjabi',
Expand Down

0 comments on commit a3eb3ff

Please sign in to comment.