We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1cc41 commit 46483b9Copy full SHA for 46483b9
data/sql/db-world/skeleton_module_acore_string.sql
@@ -0,0 +1,4 @@
1
+SET @ENTRY:=35410;
2
+DELETE FROM `acore_string` WHERE `entry`=@ENTRY;
3
+INSERT INTO `acore_string` (`entry`, `content_default`, `locale_koKR`, `locale_frFR`, `locale_deDE`, `locale_zhCN`, `locale_zhTW`, `locale_esES`, `locale_esMX`, `locale_ruRU`) VALUES
4
+(@ENTRY, 'Hello World from Skeleton-Module!', '', '', '', '', '', '¡Hola Mundo desde Skeleton-Module!', '¡Hola Mundo desde Skeleton-Module!', '');
0 commit comments