Skip to content

Commit

Permalink
Merge pull request #4580 from karelvasicek/issue-4579
Browse files Browse the repository at this point in the history
Fixed CS translation #4579
  • Loading branch information
marcovtwout authored Feb 3, 2025
2 parents b6bdc1c + a694a7b commit 8726bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

Version 1.1.31 under development
--------------------------------

- Bug #4579: Fix Czech translation for "not equal to" validation message in CCompareValidator (karelvasicek)
- Bug #4570: Fix regression in jquery-bbq introduced in Yii 1.1.30 (kevin-foster-uk)

Version 1.1.30 October 14, 2024
Expand Down
2 changes: 1 addition & 1 deletion framework/messages/cs/yii.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
'{attribute} must be repeated exactly.' => '{attribute} musí být přesně zopakovaný.',
'{attribute} must be {type}.' => '{attribute} musí být typu {type}.',
'{attribute} must be {value}.' => '{attribute} musí mít hodnotu {value}.',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} musí být rovný "{compareValue}".',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} nesmí být rovný "{compareValue}".',
'{className} does not support add() functionality.' => '{className} nepodporuje funkcionalitu add().',
'{className} does not support delete() functionality.' => '{className} nepodporuje funkcionalitu delete().',
'{className} does not support get() functionality.' => '{className} nepodporuje funkcionalitu get().',
Expand Down

0 comments on commit 8726bec

Please sign in to comment.