Translations

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15473
    JuanOlivier
    Member

    Hi, I looked for translate the View Details in Fitness Classes page, and I don’t find how to do. I translated the same thing in Trainers page changing the View Details in template-trainers.php. But template-classes.php dont have any echo ‘View Details’
    Can you help me please?
    Image of the zone I would like to translate

    #15484
    Veena
    Moderator

    You can change it in file framework/functions/post-functions.php at line no:664 .

    But you can always try to modify the strings using translation tools.
    You can learn from http://www.solostream.com/blog/tutorials/translate-wordpress-theme/ about translating your site into your language. Pls make sure you add the entry for your language into wp-config.php file like this –

    define ('WPLANG', 'fr_FR');
    

    Pls use the pot files in ‘fitpro/languages’ folder as a template to create .po files.http://www.poedit.net/ -Poedit is the popular free editor for creating .po and the corresponding binary .mo files.
    You may need to do an update in POEdit to see all the strings.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.