Code Monkey home page Code Monkey logo

Comments (3)

HuyNVuong avatar HuyNVuong commented on July 19, 2024 1

Right yeah that's all works for me, that's why I was highlighting that it only affects text editor, which is a minor inconvenience, but nothing is really breaking.

I see that it is using C macro convention, if there's no existing .po files Marcos can easily be configured I suppose we can live with this for now

from comprehensive-rust.

mgeisler avatar mgeisler commented on July 19, 2024

Hi @HuyNVuong, thanks for writing!

What you see above is just the formatting in the .po file. The actual (logical) string stored above starts with

The [`while` keyword](https://doc.rust-lang.org/reference/expressions/loop-expr.html#predicate-loops) works

That is, the wrapping in the .po files are not part of the string data. The wrapping seems to follow C macro conventions: strings separated by whitespace are concatenated, so "foo" "bar" is the same as "foobar".

Ideally you should use a PO editor to work with the entries. That will take care of escaping things like " correctly for you.

You can of course also just edit the .po file directly — and then run dprint fmt afterwards to reformat it. That should normalize the line breaks to a consistent style.

Please let me know if that doesn't work for you?

from comprehensive-rust.

mgeisler avatar mgeisler commented on July 19, 2024

Great, I think we're on the same page then. Long-term, we'll likely use a translation platform (#1305), and this will hide the formattin of the PO files.

from comprehensive-rust.

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.