Skip to:
Content
Pages
Categories
Search
Top
Bottom

String not translatable


  • mjHollerATme
    Participant

    @mjholleratme

    Hi,

    I have a problem. I use loco translate and was looking for the string “I agree to %s” for the acceptance field and couldn’t find it. So I had to search for it in the plugin files and change it in the core files. BUT it is still not the best solution, because I have 2 acceptance fields and they’d each need a different string. Like this:

    1. Ich stimme den Nutzungsbedingungen zu
    2. Ich stimme der Datenschutzerklärung zu

    as you can see, in german language, the grammar is different for each.

    I request to add an option for that string in the backend. Also, can you please add the string to the mo files as it seems to be missing?

    regards,
    Jonathan

Viewing 2 replies - 1 through 2 (of 2 total)

  • mjHollerATme
    Participant

    @mjholleratme

    I now have a hacky CSS solution:

    .bp-xprofile-checkbox-acceptance-field {
    font-size: 0;
    a { font-size: 16px;

    &::before {
    content: “Ich stimme zu: “;
    }
    }
    }

    Also, the link should open in a new tab.

    Also, the string “I agreed to %s” in the profile edit screen is missing.


    mjHollerATme
    Participant

    @mjholleratme

    OK don’t worry, I found it. Still, the open in a new tab is a usuability issue I think

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar