Skip to content

Commit

Permalink
refactor(language): Rename from Filipino to Tagalog
Browse files Browse the repository at this point in the history
closes #293
  • Loading branch information
jo-elimu committed Jul 14, 2024
1 parent 54be95f commit f679db5
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 f679db5

Please sign in to comment.