#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 YearPeriodExists implements Rule
public function message(): string
{
return "The year period for given year doesn't exist.";
return __("The year period for given year does not exist.");
}
}