From 6dafc2d89ba48c1f243ada321c8d19496d2cbf2c Mon Sep 17 00:00:00 2001 From: St0ny <42348051+Raz0r1337@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:45:14 +0200 Subject: [PATCH] Added german localisation (#5) * Delete data/sql/db-auth directory Not needed * Delete data/sql/db-characters directory Not needed * Update quest_party_acore_string.sql Added german localisation --- data/sql/db-auth/base/.gitkeep | 0 data/sql/db-auth/updates/.gitkeep | 0 data/sql/db-characters/base/.gitkeep | 0 data/sql/db-characters/updates/.gitkeep | 0 data/sql/db-world/base/quest_party_acore_string.sql | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 data/sql/db-auth/base/.gitkeep delete mode 100644 data/sql/db-auth/updates/.gitkeep delete mode 100644 data/sql/db-characters/base/.gitkeep delete mode 100644 data/sql/db-characters/updates/.gitkeep diff --git a/data/sql/db-auth/base/.gitkeep b/data/sql/db-auth/base/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-auth/updates/.gitkeep b/data/sql/db-auth/updates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-characters/base/.gitkeep b/data/sql/db-characters/base/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-characters/updates/.gitkeep b/data/sql/db-characters/updates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-world/base/quest_party_acore_string.sql b/data/sql/db-world/base/quest_party_acore_string.sql index 9ef8b52..e023f50 100644 --- a/data/sql/db-world/base/quest_party_acore_string.sql +++ b/data/sql/db-world/base/quest_party_acore_string.sql @@ -1,4 +1,4 @@ SET @ENTRY:=35440; DELETE FROM `acore_string` WHERE `entry`=@ENTRY; INSERT INTO `acore_string` (`entry`, `content_default`, `locale_koKR`, `locale_frFR`, `locale_deDE`, `locale_zhCN`, `locale_zhTW`, `locale_esES`, `locale_esMX`, `locale_ruRU`) VALUES -(@ENTRY, 'This server is running the |cff4CFF00Quest Loot Party |rmodule.', '', '', '', '', '', 'Este servidor está ejecutando el módulo |cff4CFF00Quest Loot Party.', 'Este servidor está ejecutando el módulo |cff4CFF00Quest Loot Party.', ''); +(@ENTRY, 'This server is running the |cff4CFF00Quest Loot Party |rmodule.', '', '', 'Dieser Server verwendet das |cff4CFF00Quest Loot Party |rModul.', '', '', 'Este servidor está ejecutando el módulo |cff4CFF00Quest Loot Party.', 'Este servidor está ejecutando el módulo |cff4CFF00Quest Loot Party.', '');