Coder Social home page Coder Social logo

Comments (4)

fabianfrz avatar fabianfrz commented on September 24, 2024

@fichtner a sample in Ruby:

" Sample      help    text".gsub(/\s+/," ").strip

removing HTML tags may work as well by removing everything between '<' and '>'

'<p>Sample <span class="bold">help</span> text</p>'.gsub(/(<.*?>)/,"")

I hope that helps.

from lang.

fichtner avatar fichtner commented on September 24, 2024

@fabianfrz that would be one way to do it, but I'm afraid that those exact changes are required in the core.git in the code as well as the gettext extraction in lang.git. I'd rather favour a portable approach where the help strings are correct. I think there needs to be a bit of markup to support that, but not sure what...

For now all of those help strings with HTML strings are left out of the translation.

from lang.

AdSchellevis avatar AdSchellevis commented on September 24, 2024

@fichtner @fabianfrz the problem is that you cannot replace the text parts easily, because you don't know how it should replace the text back in another language.
Maybe the easiest option is to add a special tag which we can easily feed to a translator, a bit like this:

<b><message>my bold text</message><b><br/>
<message>my normal text </message>

The advantage is that the parts are more explicit. Messages without could be handled as they are now or wrapped between the same tags.

from lang.

fichtner avatar fichtner commented on September 24, 2024

I don't think we have a good way to solve this without putting too much effort and this has been open forever.

from lang.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.