Language dev #52
|
@ -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() {
|
||||
|
|
|
@ -37,8 +37,6 @@ public class GameController extends FXController{
|
|||
|
||||
@Override
|
||||
public void shareGUIElementWithLanguageConfigurator() {
|
||||
getLanguageConfigurator().recieveLabel(participantNameOne);
|
||||
getLanguageConfigurator().recieveLabel(participantNameTwo);
|
||||
getLanguageConfigurator().recieveLabel(locationLabel);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue