Skip to content

Commit

Permalink
Merge pull request #294 from elimu-ai/293-rename-to-tgl
Browse files Browse the repository at this point in the history
refactor(language): Rename from Filipino to Tagalog
  • Loading branch information
jo-elimu authored Jul 14, 2024
2 parents 54be95f + f679db5 commit ddc5171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ai/elimu/model/v2/enums/Language.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ public enum Language {

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

Expand Down

0 comments on commit ddc5171

Please sign in to comment.