Updated language plugins for DE-DE and EN-US

This commit is contained in:
Thorsten Sommer 2025-03-22 14:27:25 +01:00
parent bcd0138a96
commit 2d7419cfcc
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
3 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,3 @@
CONTENT_HOME = {
LetsGetStarted = "Lass uns anfangen",
}

View File

@ -34,6 +34,6 @@ IS_MAINTAINED = true
-- When the plugin is deprecated, this message will be shown to users:
DEPRECATION_MESSAGE = nil
CONTENT = {
Home_LetsGetStarted = "Lass uns anfangen",
UI_TEXT_CONTENT = {
HOME = CONTENT_HOME,
}

View File

@ -36,6 +36,6 @@ IS_MAINTAINED = true
-- When the plugin is deprecated, this message will be shown to users:
DEPRECATION_MESSAGE = nil
CONTENT = {
UI_TEXT_CONTENT = {
HOME = CONTENT_HOME,
}