mirror of
https://github.com/pangolp/mod-quest-loot-party.git
synced 2026-01-13 01:08:38 +00:00
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:
@@ -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.', '');
|
||||
|
||||
Reference in New Issue
Block a user