-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi,
Just a quick comment I saw on weblate (and also noticed myself):
Sentence fragments like "was deleted" are pretty hard to translate in many languages as the correct form depends on what was deleted.
But it seems like in this case there is an easier solution anyway:
Line 188 in b957d95
| $errorList[]='Bot '.$botId.Piwik::translate('BotTracker_Message_deleted'); |
You could instead write something like
$errorList[] = Piwik::translate('BotTracker_Message_deleted', [$botId]);with a key of Bot %s was deleted.
Metadata
Metadata
Assignees
Labels
No labels