dodona-edu / judge-java

JUnit-based Java judge for the Dodona learning environment
MIT License
1 stars 1 forks source link

Implement i18n-able TabTitles #36

Closed thepieterdc closed 5 years ago

thepieterdc commented 5 years ago

This PR implements translatable TabTitles, in the same way as this is implemented with translatable TestDescriptions.

To accomplish this, an I18nTabTitle-annotation was added, with accompanying tests.