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
This commit is contained in:
St0ny
2025-06-24 21:45:14 +02:00
committed by GitHub
parent f661dbc304
commit 6dafc2d89b
5 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
SET @ENTRY:=35440; SET @ENTRY:=35440;
DELETE FROM `acore_string` WHERE `entry`=@ENTRY; 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 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.', '');