Skip to content

Commit

Permalink
added turkish to the abstractgenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdemYabaci committed Apr 20, 2024
1 parent 029327e commit 6cdfaaf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ public void setLocalization(String languageCode) {
localize(languageCode);
break;
}
case "tr":{
localize(languageCode);
break;
}
default:{
localize("en");
break;
Expand Down

0 comments on commit 6cdfaaf

Please sign in to comment.