From 554419612619b68ded5d20b3a63e57e5c4228cb6 Mon Sep 17 00:00:00 2001 From: UnfamiliarLegacy <74633542+UnfamiliarLegacy@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:02:57 +0200 Subject: [PATCH] Fix translation issue and add BR / ES --- .../gearth/protocol/connection/proxy/ProxyProviderFactory.java | 3 +++ .../resources/gearth/ui/translations/messages_de.properties | 3 ++- .../resources/gearth/ui/translations/messages_es.properties | 3 ++- .../resources/gearth/ui/translations/messages_fi.properties | 3 ++- .../resources/gearth/ui/translations/messages_fr.properties | 3 ++- .../resources/gearth/ui/translations/messages_it.properties | 3 ++- .../resources/gearth/ui/translations/messages_nl.properties | 3 ++- .../resources/gearth/ui/translations/messages_pt.properties | 3 ++- .../resources/gearth/ui/translations/messages_tr.properties | 3 ++- 9 files changed, 19 insertions(+), 8 deletions(-) diff --git a/G-Earth/src/main/java/gearth/protocol/connection/proxy/ProxyProviderFactory.java b/G-Earth/src/main/java/gearth/protocol/connection/proxy/ProxyProviderFactory.java index 21f3065..71d04fd 100644 --- a/G-Earth/src/main/java/gearth/protocol/connection/proxy/ProxyProviderFactory.java +++ b/G-Earth/src/main/java/gearth/protocol/connection/proxy/ProxyProviderFactory.java @@ -41,7 +41,10 @@ public class ProxyProviderFactory { autoDetectHosts.add("game-us.habbo.com:30000"); autoDetectHosts.add("game-s2.habbo.com:30000"); + autoDetectHosts.add("game-od.habbo.com:40001"); autoDetectHosts.add("game-ous.habbo.com:40001"); + autoDetectHosts.add("game-obr.habbo.com:40001"); + autoDetectHosts.add("game-oes.habbo.com:40001"); List additionalCachedHotels = Cacher.getList(HOTELS_CACHE_KEY); if (additionalCachedHotels != null) { diff --git a/G-Earth/src/main/resources/gearth/ui/translations/messages_de.properties b/G-Earth/src/main/resources/gearth/ui/translations/messages_de.properties index 6c82267..0963ad1 100644 --- a/G-Earth/src/main/resources/gearth/ui/translations/messages_de.properties +++ b/G-Earth/src/main/resources/gearth/ui/translations/messages_de.properties @@ -7,7 +7,8 @@ ### Tab - Connection tab.connection=Verbindung tab.connection.client=Client Typ: -tab.connection.client.flash=Flash / Air +tab.connection.client.flash=Flash +tab.connection.client.origins=Origins tab.connection.client.unity=Unity tab.connection.client.nitro=Nitro tab.connection.version=Hotel Version: diff --git a/G-Earth/src/main/resources/gearth/ui/translations/messages_es.properties b/G-Earth/src/main/resources/gearth/ui/translations/messages_es.properties index 5f11933..258855e 100644 --- a/G-Earth/src/main/resources/gearth/ui/translations/messages_es.properties +++ b/G-Earth/src/main/resources/gearth/ui/translations/messages_es.properties @@ -5,7 +5,8 @@ ### Tab - Connection tab.connection=Conexión tab.connection.client=Tipo de cliente: -tab.connection.client.flash=Flash / Air +tab.connection.client.flash=Flash +tab.connection.client.origins=Origins tab.connection.client.unity=Unity tab.connection.client.nitro=Nitro tab.connection.version=Versión del Hotel: diff --git a/G-Earth/src/main/resources/gearth/ui/translations/messages_fi.properties b/G-Earth/src/main/resources/gearth/ui/translations/messages_fi.properties index cff9d54..f79280b 100644 --- a/G-Earth/src/main/resources/gearth/ui/translations/messages_fi.properties +++ b/G-Earth/src/main/resources/gearth/ui/translations/messages_fi.properties @@ -5,7 +5,8 @@ ### Tab - Connection tab.connection=Yhteys tab.connection.client=Asiakasohjelma: -tab.connection.client.flash=Flash / Air +tab.connection.client.flash=Flash +tab.connection.client.origins=Origins tab.connection.client.unity=Unity tab.connection.client.nitro=Nitro tab.connection.version=Versio diff --git a/G-Earth/src/main/resources/gearth/ui/translations/messages_fr.properties b/G-Earth/src/main/resources/gearth/ui/translations/messages_fr.properties index 37a5371..5e970de 100644 --- a/G-Earth/src/main/resources/gearth/ui/translations/messages_fr.properties +++ b/G-Earth/src/main/resources/gearth/ui/translations/messages_fr.properties @@ -8,7 +8,8 @@ ### Tab - Connection tab.connection=Connexion tab.connection.client=Type de client: -tab.connection.client.flash=Flash / Air +tab.connection.client.flash=Flash +tab.connection.client.origins=Origins tab.connection.client.unity=Unity tab.connection.client.nitro=Nitro tab.connection.version=Hôtel version: diff --git a/G-Earth/src/main/resources/gearth/ui/translations/messages_it.properties b/G-Earth/src/main/resources/gearth/ui/translations/messages_it.properties index 5901121..ed6d1cd 100644 --- a/G-Earth/src/main/resources/gearth/ui/translations/messages_it.properties +++ b/G-Earth/src/main/resources/gearth/ui/translations/messages_it.properties @@ -5,7 +5,8 @@ ### Tab - Connection tab.connection=Connessione tab.connection.client=Tipo di client: -tab.connection.client.flash=Flash / Air +tab.connection.client.flash=Flash +tab.connection.client.origins=Origins tab.connection.client.unity=Unity tab.connection.client.nitro=Nitro tab.connection.version=Versione Hotel: diff --git a/G-Earth/src/main/resources/gearth/ui/translations/messages_nl.properties b/G-Earth/src/main/resources/gearth/ui/translations/messages_nl.properties index 2d7a7d8..b462ca4 100644 --- a/G-Earth/src/main/resources/gearth/ui/translations/messages_nl.properties +++ b/G-Earth/src/main/resources/gearth/ui/translations/messages_nl.properties @@ -5,7 +5,8 @@ ### Tab - Connection tab.connection=Verbinding tab.connection.client=Client type: -tab.connection.client.flash=Flash / Air +tab.connection.client.flash=Flash +tab.connection.client.origins=Origins tab.connection.client.unity=Unity tab.connection.client.nitro=Nitro tab.connection.version=Hotel versie: diff --git a/G-Earth/src/main/resources/gearth/ui/translations/messages_pt.properties b/G-Earth/src/main/resources/gearth/ui/translations/messages_pt.properties index a7ea675..ccc121d 100644 --- a/G-Earth/src/main/resources/gearth/ui/translations/messages_pt.properties +++ b/G-Earth/src/main/resources/gearth/ui/translations/messages_pt.properties @@ -5,7 +5,8 @@ ### Tab - Connection tab.connection=Conexão tab.connection.client=Tipo do cliente: -tab.connection.client.flash=Flash / Air +tab.connection.client.flash=Flash +tab.connection.client.origins=Origins tab.connection.client.unity=Unity tab.connection.client.nitro=Nitro tab.connection.version=Versão do Hotel: diff --git a/G-Earth/src/main/resources/gearth/ui/translations/messages_tr.properties b/G-Earth/src/main/resources/gearth/ui/translations/messages_tr.properties index 14a3022..624bf88 100644 --- a/G-Earth/src/main/resources/gearth/ui/translations/messages_tr.properties +++ b/G-Earth/src/main/resources/gearth/ui/translations/messages_tr.properties @@ -5,7 +5,8 @@ ### Tab - Connection tab.connection =Bağlantı tab.connection.client =Sunucu Türü: -tab.connection.client.flash =Flash / Air +tab.connection.client.flash=Flash +tab.connection.client.origins=Origins tab.connection.client.unity =Unity tab.connection.client.nitro =Nitro tab.connection.version =Hotel Türü: