From b8233fb40a6074ff9ec4a393c6acc7a66b4b5136 Mon Sep 17 00:00:00 2001 From: WiredSpast Date: Sat, 6 Aug 2022 11:11:23 +0200 Subject: [PATCH] Fix accents --- G-Earth/src/main/java/gearth/GEarth.java | 2 +- .../ui/subforms/connection/Connection.fxml | 9 +- .../ui/translations/messages_fr.properties | 150 +++++++-------- .../ui/translations/messages_pt.properties | 182 +++++++++--------- 4 files changed, 173 insertions(+), 170 deletions(-) diff --git a/G-Earth/src/main/java/gearth/GEarth.java b/G-Earth/src/main/java/gearth/GEarth.java index dc42aeb..4be384e 100644 --- a/G-Earth/src/main/java/gearth/GEarth.java +++ b/G-Earth/src/main/java/gearth/GEarth.java @@ -50,7 +50,7 @@ public class GEarth extends Application { main = this; stage = primaryStage; - translation = ResourceBundle.getBundle("gearth.ui.translations.messages", new Locale("fr")); + translation = ResourceBundle.getBundle("gearth.ui.translations.messages", new Locale("pt")); FXMLLoader loader = new FXMLLoader(getClass().getResource("/gearth/ui/G-Earth.fxml"), translation); Parent root = loader.load(); diff --git a/G-Earth/src/main/resources/gearth/ui/subforms/connection/Connection.fxml b/G-Earth/src/main/resources/gearth/ui/subforms/connection/Connection.fxml index 691fa41..65974ea 100644 --- a/G-Earth/src/main/resources/gearth/ui/subforms/connection/Connection.fxml +++ b/G-Earth/src/main/resources/gearth/ui/subforms/connection/Connection.fxml @@ -5,7 +5,7 @@ - + @@ -140,10 +140,13 @@ -