adds single phrase

This commit is contained in:
SimonGschnell
2024-08-02 08:24:57 +02:00
parent d4e33eb1df
commit 1d4f03e3f1
2 changed files with 21 additions and 1 deletions
+20
View File
@@ -27671,6 +27671,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'ampeln',
'phrase' => 'super',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Super!',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Super!',
'description' => '',
'insertvon' => 'system'
)
)
),
);