#132 - added translations

This commit is contained in:
EwelinaLasowy
2022-05-06 08:01:09 +02:00
parent 3404bf1da8
commit 35b5b344b6
19 changed files with 69 additions and 38 deletions

View File

@@ -19,6 +19,6 @@ class SlackUserExistsRule implements Rule
public function message(): string
{
return "Użytkownik :input nie istnieje w tobym";
return __("User :input does not exist in toby");
}
}