Where can I translate "Spanish; Castilian?. I dindnt find this string in Loco/Vive Calendar.
Look:
https://screencast-o-matic.com/i/crnDoESkQP
Can you please share a full screenshot so I can check from which Addon it is coming from
https://screencast-o-matic.com/i/crnbiJS5LB
The URL its:
https://cursospilatesonline.com/escritorio-integrado/#component=calendar
This reply has been marked as private.
Translated: http://prntscr.com/zybxyj
Hi,
Its not translated.
Look:
https://screencast-o-matic.com/i/crnF6iSdyW
This reply has been marked as private.
This code doesnt work or maybe I didnt explain.
So, I need translate Spanish; Castilian as Español; Castellano
This reply has been marked as private.
Can I translate wp-admin/Includes/ms.php to show this string correctly translated?
I mean, translate in this file 'es' => 'Spanish; Castilian', for 'es' => 'Español; Castellano',
If that its not posible, please, Can you tell me how can I hide that in all Dashboards?
You can hide this via custom css, add in wp-admin > Appearance > Customize > Custom CSS
.calendar_topheader {
display:none !important;
}