mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 17:32:56 +00:00
Updated
This commit is contained in:
parent
cc26926ab4
commit
8a4031ed76
@ -28,6 +28,6 @@ CATEGORIES = { "CORE" }
|
||||
-- The target groups for the plugin:
|
||||
TARGET_GROUPS = { "EVERYONE" }
|
||||
|
||||
TEXT = {
|
||||
CONTENT = {
|
||||
Home_LetsGetStarted = "Lass uns anfangen",
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
CONTENT_HOME = {
|
||||
LetsGetStarted = "Let's get started",
|
||||
}
|
@ -1,3 +1,5 @@
|
||||
require("contentHome")
|
||||
|
||||
-- The ID for this plugin:
|
||||
ID = "97dfb1ba-50c4-4440-8dfa-6575daf543c8"
|
||||
|
||||
@ -28,6 +30,6 @@ CATEGORIES = { "CORE" }
|
||||
-- The target groups for the plugin:
|
||||
TARGET_GROUPS = { "EVERYONE" }
|
||||
|
||||
TEXT = {
|
||||
Home_LetsGetStarted = "Let's get started",
|
||||
CONTENT = {
|
||||
HOME = CONTENT_HOME,
|
||||
}
|
Loading…
Reference in New Issue
Block a user