Thank you very much for answering.
Correct, the language does appear in the drop-down menu, in my case Spanish, but even if I select it, I still see the calendar in English, and I don’t even see the date format update. For example, it tells me: The current time zone selected is Europe/Madrid. Universal time is 11-18-2022 09:30:18. But then in your plugin I still see the date in English format.
Edit:
I copy the file (languages.php) in folder: “../wp-content/plugins/wp-cafe/core/settings/part”
And paste it inside folder: “../wp-content/languages/languages.php
<?php
$lang_arr = [
'en'=>esc_html__('English','wpcafe'),
'ru'=>esc_html__('Russian','wpcafe') ,
'ar'=> esc_html__('Arabic','wpcafe') ,
'es'=> esc_html__('Spanish','wpcafe'),
'de' => esc_html__('German','wpcafe'),
'ja' => esc_html__('Japanese','wpcafe')
];
?>
-
This reply was modified 2 years ago by
Restamur.
-
This reply was modified 2 years ago by
Restamur.