You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an issue with the key parameter of the {{ trans_choice }} tag. It returns an integer instead of a string. It's an easy fix. Will do a quick PR.
How to Reproduce
Try to use {{ trans_choice key="something" }}. It will return 0.
Bug Description
There's an issue with the
key
parameter of the{{ trans_choice }}
tag. It returns an integer instead of a string. It's an easy fix. Will do a quick PR.How to Reproduce
Try to use
{{ trans_choice key="something" }}
. It will return0
.Environment
Statamic 3.1.11 Pro
Laravel 8.40.0
PHP 7.4.16
aerni/livewire-forms dev-main
jonassiewertsen/statamic-livewire 2.5.0
The text was updated successfully, but these errors were encountered: