Language dev #52

Merged
fassband merged 6 commits from language_Dev into main 2022-05-13 20:54:31 +02:00
2 changed files with 0 additions and 6 deletions
Showing only changes of commit 1b22506047 - Show all commits

View File

@ -82,10 +82,6 @@ public class LanguageConfigurator {
//Game
germanDictionary.put("locationLabel","Ort:");
englishDictionary.put("locationLabel","Location:");
germanDictionary.put("participantNameOne","Teilnehmer A");
englishDictionary.put("participantNameOne","Participant One");
germanDictionary.put("participantNameTwo","Teilnehmer B");
englishDictionary.put("participantNameTwo","Participant Two");
}
public void translateGUI() {

View File

@ -37,8 +37,6 @@ public class GameController extends FXController{
@Override
public void shareGUIElementWithLanguageConfigurator() {
getLanguageConfigurator().recieveLabel(participantNameOne);
getLanguageConfigurator().recieveLabel(participantNameTwo);
getLanguageConfigurator().recieveLabel(locationLabel);
}