Skip to content

Commit

Permalink
add Turkish as selectable language
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKinau committed Dec 3, 2024
1 parent b7f18b7 commit 0b34a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/systems/kinau/fishingbot/i18n/Language.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public enum Language implements DisplayNameProvider {
POLISH(new Locale("pl", "PL"), "Polish"),
RUSSIAN(new Locale("ru", "RU"), "Russian"),
SPANISH(new Locale("es", "ES"), "Spanish"),
TURKISH(new Locale("tr", "TR"), "Turkish"),
UKRAINIAN(new Locale("uk", "UA"), "Ukrainian"),
VIETNAMESE(new Locale("vi", "VN"), "Vietnamese");

Expand Down

0 comments on commit 0b34a82

Please sign in to comment.