This topic has 20 replies, 5 voices, and was last updated 10 years by Abe.

  • Author
  • #4907
     duilio_webb
    Participant

    How do I translate these fields in red(look link – http://i.imgur.com/fb1xkDc.png)? Where I trade this currency symbol “$”? Even using the CodeStyling Localization am having many complications to translate!

    #4934
     SQadmin
    Keymaster

    The currency is set from PMPRO plugin settings and you can’t translate that(you can imagine values won’t be the same, etc ).
    Other texts are found in the PMPRO plugin. SO you need to translate the plugin and not the Sweetdate theme

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4944
     twoshoes
    Participant

    I cannot find the strings I need to translate in the PMPRO plugin. Not in the backend using codestyling localization nor after downloading it and opening it with poedit.

    For example: View members directory

    This simply does not exist in the pmpro-nb_NO.po file for some reason. Any ideas?

    #4979
     SQadmin
    Keymaster

    And where is “View members directory”?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4987
     twoshoes
    Participant
    #5009
     twoshoes
    Participant

    What is strange is that some strings are translated while others are not, see the screenshot: https://www.dropbox.com/s/zpv4bga1mg52phd/screen2.jpg

    The green outlines have been correctly translated, while the red outlines have not. They are translated but they still show as english.

    And some strings, like the “View members directory” in the example above, I cannot even find. It’s like they don’t exist.

    #5024
     duilio_webb
    Participant

    translate this theme is a nightmare!

    I’m able to translate, but I use dreamweaver to find the files. do a search for the word or phrase, I change the word or phrase and send to the required folder.

    look this:

    View post on imgur.com

    #5034
     SQadmin
    Keymaster

    Hi @twoshoes,
    You are right, those two sentences from the checkout page have been modified and they will be translated form the theme strings within the “kleo_framework” domain. Please replace your wp-content/themes/sweetdate/paid-memberships-pro/pages/checkout.php file with this https://archived.seventhqueen.com/files/checkout.txt and then using Codestyling Localization rescan the files and you will be able to translated those 2 sentences.

    I see what you mean by “View members directory”. Those are added by our theme in conjunction with the PMPRO plugin so you will find those strings in Sweetdate strings under the kleo_framework domain.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5035
     SQadmin
    Keymaster

    Hi,
    See the above answer related to those 2 phrases in the checkout page. You should not replace the strings in files when translating. Please use Codestyling Localization plugin to translate your theme.
    Thanks
    It should not be a nightmare 🙂 Plugin strings, even if we have some templates to override original ones from the plugin, are translated in the plugin folder. If we modify some default strings in the template(like is the case here with those 2 phrases from the checkout page) then those should have the ‘kleo_framework’ domain and should be translated in out theme.
    We just missed to change the domain from pmpro to kleo_framework.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5100
     twoshoes
    Participant

    Well I have looked everywhere, and double and tripple checked. Some of the strings simply do not exist. Like for example: “Upgrade account” in the profile page next to your username. And like the “Select” button in the membership levels tables. And “My photos” in the members profile tab. To name just a few. I have many more like these, that I simply cannot find, and this is a problem I have had since I first installed this theme.

    Don’t get me wrong, I do love this theme, but yes….it is indeed a nightmare to translate. And I have used Codestyling Localization since the beginning, plus I have tried solving issues using Poedit too.

    Now, I still have issues translating the membership tables, like the “View members directory” that I mentioned earlier in this topic. Yes I have followed your instructions, however, despite the fact that I have found and translated these strings, they simply do not show in my own language.

    https://www.dropbox.com/s/1a5dm1z4m6d3uhj/screen3.jpg

    Needless to say, I am a bit confused at the moment 🙂 hehe.

    #5141
     duilio_webb
    Participant

    Please, what file do I translate the MONTH field? Somebody help me? Look at the picture! Thanks ….

    View post on imgur.com

    #5163
     duilio_webb
    Participant

    I’m posting because I can not, using the Localization Codestyling! Where do I translate these fields(hours, minutes, seconds)? which file? Look at the picture, please! thanks.

    View post on imgur.com

    #5172
     SQadmin
    Keymaster

    Hi,
    I did changes again to some files so those strings now will show translated. Some strings from the PMPRO plugin also had some problems.

    Until next update, extract these files and replace them in your sweetdate main theme: https://archived.seventhqueen.com/files/sweetdate_trans_fix.zip

    the “Select”, “Upgrade account”, “My photos” string can now be found under Sweetdate theme
    View members.. and other should appear translated now if you have added them

    Let me know if you encounter other problems.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5173
     SQadmin
    Keymaster

    That is generated by PHP. with the date function. Maybe your hosting can help you to set the locale.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5175
     SQadmin
    Keymaster

    That is related to Buddypress, so you translate the Buddypress plugin strings into your language

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5200
     twoshoes
    Participant

    Great #sqadmin that helped 🙂 thank you so much.

    Here’s a couple places I still can’t translate though:
    https://www.dropbox.com/s/y9ywryvs78iyywq/screen5.jpg

    1. The popular banner on the membership levels page.
    2. The cancel or keep membership.
    3. The uploaded a new picture on the site activity page.

    #5261
     SQadmin
    Keymaster

    Hi,
    Thanks for pointing this out.
    1. That is an image added with css. Upload your image in the child theme and add the css with the according image path:

    COPY CODE
    
    .membership .pricing-table.popular:after {
        background: url("../images/pop.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    }
    

    2. Please replace the content of this file sweetdate/paid-memberships-pro/pages/cancel.php with: http://d.pr/n/eCvH
    Then rescan the strings and should appear in the Sweetdate translation kleo_framework domain

    3. is related to bpAlbum. If you are using the one that comes with the theme follow this tutorial: https://archived.seventhqueen.com/forums/topic/where-to-translate-bp-album

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #9084
     frenzzy
    Participant

    Hi I am trying to translate some words back to english. Words like add a friend and the informaion for registration. But it seems this is not possible

    #9174
     Abe
    Keymaster

    Hi, Some strings may be part of other plugins, here Buddypress probably. Using Codestyling localization plugin you can translate the theme and plugins also.
    After you translate the strings don’t forget to click the button to generate the .mo file

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #10369
     duilio_webb
    Participant

    which file to translate these fields in red?

    View post on imgur.com

    #10587
     Abe
    Keymaster

    Hi, Those come from Paid memberships Pro plugin, so you need to translate that plugin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 21 posts - 1 through 21 (of 21 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?