Skip to content

Commit

Permalink
Merge pull request #298 from elimu-ai/270-reduce-number-of-supported-…
Browse files Browse the repository at this point in the history
…languages

refactor(languages): reduce supported languages
  • Loading branch information
jo-elimu authored Jul 16, 2024
2 parents 59cc58c + 285568e commit e162490
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/java/ai/elimu/model/v2/enums/Language.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
*/
public enum Language {

BEN("ben", "Bengali", "বাংলা"),
ENG("eng", "English", "English"),
HIN("hin", "Hindi", "हिन्दी"),
SWA("swa", "Swahili", "Kiswahili"),
TGL("tgl", "Tagalog", "Tagalog"),
URD("urd", "Urdu", "اردو"),
XHO("xho", "Xhosa", "isiXhosa");
TGL("tgl", "Tagalog", "Tagalog");

/**
* ISO 639-2 language code. See https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes
Expand Down

0 comments on commit e162490

Please # to comment.