Skip to content

Commit

Permalink
enable Tamil as language option
Browse files Browse the repository at this point in the history
  • Loading branch information
steve4744 committed Apr 9, 2024
1 parent 6bebf58 commit d607a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/tntrun/messages/EnumLang.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public enum EnumLang {
Russian("ru-RU", "Russian", true),
Spanish("es-ES", "Spanish(Spain)", true),
Swedish("sv-SE", "Swedish", true),
Tamil("ta-IN", "Tamil", true),
Ukranian("uk-UA", "Ukranian", true),
Welsh("cy-GB", "Welsh", true);

Expand Down

0 comments on commit d607a04

Please sign in to comment.