error database spanish leng
Posted: Sun Oct 13, 2024 7:15 pm
hi boys.
install the Spanish language in the current version of the program and get rid of this database error
Warning: The [es] locale will be treated as en in C:\xampp\htdocs\PhoenixCart-master\includes\system\versioned\1.0.9.3\intl_date_formatter.php on line 144

this is the archive in line 144
* @see http://userguide.icu-project.org/formatparse/datetime
*/
public function __construct(string $locale = null, int $datetype = null, int $timetype = null, $timezone = null, int $calendar = null, string $pattern = null) {
if ('en' !== $locale && null !== $locale) {
144
trigger_error("The [$locale] locale will be treated as en", E_USER_WARNING);
}
if (self::GREGORIAN !== $calendar && null !== $calendar) {
trigger_error("The [$calendar] calendar will be treated as Gregorian", E_USER_WARNING);
}
install the Spanish language in the current version of the program and get rid of this database error
Warning: The [es] locale will be treated as en in C:\xampp\htdocs\PhoenixCart-master\includes\system\versioned\1.0.9.3\intl_date_formatter.php on line 144
this is the archive in line 144
* @see http://userguide.icu-project.org/formatparse/datetime
*/
public function __construct(string $locale = null, int $datetype = null, int $timetype = null, $timezone = null, int $calendar = null, string $pattern = null) {
if ('en' !== $locale && null !== $locale) {
144
}
if (self::GREGORIAN !== $calendar && null !== $calendar) {
trigger_error("The [$calendar] calendar will be treated as Gregorian", E_USER_WARNING);
}