Initial commit

This commit is contained in:
Dustin Hendrickson
2025-02-16 20:16:05 -08:00
commit 40de43afb0
20 changed files with 650 additions and 0 deletions

0
data/.gitkeep Normal file
View File

View File

View File

View File

View File

View File

View File

@@ -0,0 +1,4 @@
SET @ENTRY:=35410;
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, 'Hello World from Skeleton-Module!', '', '', '', '', '', '¡Hola Mundo desde Skeleton-Module!', '¡Hola Mundo desde Skeleton-Module!', '');

View File