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
msgid "%s has been added to your cart."
msgid_plural "%s have been added to your cart."
msgstr[0] "%s has been added to your cart."
msgstr[1] "%s have been added to your cart."
when i try to load that .mo file with MoLoader get the php error TypeError: Argument 1 passed to Gettext\Translation::translatePlural() must be of the type string, array given, called in composer\vendor\gettext\gettext\src\Loader\MoLoader.php on line 100 in composer\vendor\gettext\gettext\src\Translation.php on line 148
Both the .mo build with the library or Poedit get the same erro.
use Gettext 5.2.1 with php 7.3.13
The text was updated successfully, but these errors were encountered:
The .po file is like
when i try to load that .mo file with MoLoader get the php error
TypeError: Argument 1 passed to Gettext\Translation::translatePlural() must be of the type string, array given, called in composer\vendor\gettext\gettext\src\Loader\MoLoader.php on line 100 in composer\vendor\gettext\gettext\src\Translation.php on line 148
Both the .mo build with the library or Poedit get the same erro.
use Gettext 5.2.1 with php 7.3.13
The text was updated successfully, but these errors were encountered: