Foliovision › Forums › FV Player › Bug Reports › 7.4.34 causes multiple ‘/pomo/plural-forms.php’ errors
-
-
Hello Edward,
thank you for the bug report, could you please send over the full log entries? We will remove any sensitive part which it might contain.
Also, what language are you using?
I wonder what could be the issue there as we use the WordPress _n() PHP function according to their docs.
Thanks,
MartinHello Martin,
I use the latest wordpress 5.5.1–ru_RU (Russian).
The errors appear on the bottom of a test page that contains 8 fv videos with diff. settings for testing. But there are only 6 errors (see below). I think it somehow connected with aws/cloudfront videos. The page contains 6 aws/cloudfront videos, 1 local and 1 video by link from another site.
Warning: A non-numeric value encountered in .../wp-includes/pomo/plural-forms.php on line 275 Warning: A non-numeric value encountered in .../wp-includes/pomo/plural-forms.php on line 275 Warning: A non-numeric value encountered in .../wp-includes/pomo/plural-forms.php on line 275 Warning: A non-numeric value encountered in .../wp-includes/pomo/plural-forms.php on line 275 Warning: A non-numeric value encountered in .../wp-includes/pomo/plural-forms.php on line 275 Warning: A non-numeric value encountered in .../wp-includes/pomo/plural-forms.php on line 275
Hello Edward,
I get that same issue when I switch to Russian. The translated phrases which I get are:
duration_1_day: "%s день" duration_1_hour: "%s час" duration_1_minute: "%s minute" duration_1_second: "%s second" duration_n_days: "%s дней" duration_n_hours: "%s часов" duration_n_minutes: "%s minutes" duration_n_seconds: "%s seconds"
So it appears it fails to translate a couple of these.
We are looking into it.
Thanks,
Martinthese phrases has a mix of English and Russian. It seems like a mistake.
it should be:
duration_1_day: “%s день”
duration_1_hour: “%s час”
duration_1_minute: “%s минута”
duration_1_second: “%s секунда”
duration_n_days: “%s дней”
duration_n_hours: “%s часов”
duration_n_minutes: “%s минут”
duration_n_seconds: “%s секунд”Hello Edward,
we are working on the fix, here the work in progress version of FV Player in case you want to help with testing: https://github.com/foliovision/fv-wordpress-flowplayer/archive/524-plural-froms-fix.zip
Thanks,
Martin