fred4jupiter / fredbet

Simple football betting application using Spring Boot, Thymeleaf and Bootstrap. Well prepared for betting with friends.
MIT License
120 stars 64 forks source link

i18n #1

Closed majidb closed 8 years ago

majidb commented 8 years ago

Hi, Some .html template files are not fully internationnalized, for example :

list.html : `

Spiele

`

form.html ... Länderauswahl oder Teamnamen ...

Can I contribute ?

Best Regards, Majid

fred4jupiter commented 8 years ago

You are right. That´s on ToDo list. But you can contribute. You´re welcome.

Best regards,

Michael

fred4jupiter commented 8 years ago

Hi Majid,

I´ve finished the i18n ToDo´s. The application is now fully internationalized. Only german and english is available by now. You can contribute other languages if you like. All translations are located in the message bundle (like messages_en.properties).

Best regards,

Michael