Refactor character name handling in enrichNotificationsWithCharacterNames: Update comments for clarity on character_name and characterName usage. Enhance localization by adding success messages in German and English translations.

This commit is contained in:
Torsten Schulz (local)
2026-01-29 07:46:17 +01:00
parent 59875cf900
commit 4cce044128
3 changed files with 6 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
"message": {
"title": "Mitteilung",
"close": "Schließen",
"test": "Test funktioniert"
"test": "Test funktioniert",
"success": "Die Aktion war erfolgreich."
}
}

View File

@@ -1,6 +1,7 @@
{
"message": {
"title": "Notice",
"close": "Close"
"close": "Close",
"success": "The action was successful."
}
}