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:
@@ -2,6 +2,7 @@
|
||||
"message": {
|
||||
"title": "Mitteilung",
|
||||
"close": "Schließen",
|
||||
"test": "Test funktioniert"
|
||||
"test": "Test funktioniert",
|
||||
"success": "Die Aktion war erfolgreich."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"message": {
|
||||
"title": "Notice",
|
||||
"close": "Close"
|
||||
"close": "Close",
|
||||
"success": "The action was successful."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user