Change the month and days values on the .php

Home Forums Additional Help Translations Change the month and days values on the .php

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #944926
    Ezequiel Alba
    Guest

    Hi There,

    In other post of a spanish translation, you answer me about an error i got on my website with the property of the language. So my question, is it possible to change the default values in english of the plugin and put it on spanish? (the website its going to stay on that language), maybe on some .php files of it, don’t know.

    http://www.deradios.com/eventos-calendario

    Thanks!

    #945022
    George
    Participant

    Hey Ezequiel,

    The Events Calendar, Events PRO, and all of the events add-ons are indeed translatable. This means that most, if not all, of the text strings within the plugin can be translated. There are many translation files already in the plugins.

    You can set the language of your WordPress installation by adding a line of code like the following to your site’s wp-config.php file – I’m using the locale ‘es_ES’ here for Spanish, but there are other locales you may prefer:

    define( 'WPLANG', 'es_ES' );

    If you’re trying to change other aspects of the actual code of the plugin, however – like variable names, or HTML classes or IDs, this is unfortunately not possible by simply changing the WordPress locale.

    Does my information here address your questions? If not, let me know about what you’re trying to do in more detail. Also, if you have a link to the original forum topic you mentioned, can you share that link?

    Thanks!
    George

    #945204
    Ezequiel Alba
    Guest

    Thanks!

    #945261
    George
    Participant

    Hey Ezequiel,

    Glad I could help! Because your response said “Thanks!” and you changed this ticket’s status to “Resolved”, I’ll assume that this issue is taken care of and I will therefore go ahead and close up this ticket for now.

    If any other questions, concerns, or issues pop up, don’t hesitate to come back here and open up a new ticket!

    Best of luck with your site,
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change the month and days values on the .php’ is closed to new replies.