ConfusedAlex / GoldEconomy

A simple gold based Economy plugin that just works
GNU General Public License v3.0
5 stars 8 forks source link

Turkish translate added. #29

Closed yusufklncc closed 1 month ago

yusufklncc commented 1 month ago

TheGoldEconomy-1.0.zip First i converted language .properties files to utf-8 and add turkish file. And added

else if ("tr_TR".equals(configFile.getString("language"))) { Locale locale = new Locale("tr", "TR"); bundle = ResourceBundle.getBundle("messages", locale); }

lines to TheGoldEconomy.java.

ConfusedAlex commented 1 month ago

Hey! First I am very thankful for your contribution. Would you mind forking this project and creating a pull request or just sending me the language file? Just using a jar you sent me is somewhat of a malware risk. If you need help just hit me up

yusufklncc commented 1 month ago

GoldEconomy-master.zip Here is the source folder as I added it. Will that be enough?

ConfusedAlex commented 1 month ago

Yes, thanks for your contribution! I will update it soon

ConfusedAlex commented 1 month ago

I've updated the plugin

yusufklncc commented 1 month ago

Okey. Thank you for your work and this plugin. Have a nice day.