Git Product home page Git Product logo

Comments (6)

Jeehut avatar Jeehut commented on May 18, 2024 1

Thanks for this issue. Will have a look next week, when I have more time. Sorry for keeping you await.

from bartycrouch.

rebe1one avatar rebe1one commented on May 18, 2024 1

I'm seeing something similar, it removes the translation completely for components with multiple lines of text. If I remove the newline it works as expected.

On the other hand, I pulled down the latest BartyCrouch so I could write a test for this and it handles the newline case as expected, even for the file that I am having issues with.

I'm running BartyCrouch 3.9.0 through homebrew and using Xcode 9.0. Any ideas would be appreciated.

from bartycrouch.

Jeehut avatar Jeehut commented on May 18, 2024

I've now found the time to have a deeper look into this.

By default BartyCrouch adds translations with empty values to the end of your strings file. If you want to keep the base translation as the value in your languages, you need to specify the --default-to-base command (or the -b shorthand) – this will add new translations with their Storyboard content as value.

Other than that, in my tests all multiline translations (those including newlines) were handled correctly. Also reordering should only happen if you specify the --sort-by-keys or -s option to the code subcommand. If it really happens to the interfaces command as well, it would be very helpful if you could add a test to the project and send a PR with it so we can fix the test in order to fix the issue.

from bartycrouch.

rebe1one avatar rebe1one commented on May 18, 2024

Still looking into this, seems to be fine in the tests, but once I compile the bartycrouch binary and try to run it via command line it simply ignores strings that have newlines.

from bartycrouch.

rebe1one avatar rebe1one commented on May 18, 2024

After looking into the regex, it seems like currently newlines are supported in the /* comment */ part of the string but not in the actual key-value pair line. I've opened a PR with a slightly modified regex that will pick up values with new lines.

If you're dying for this change (like me) you could pull my fork and build it yourself until it gets merged.

from bartycrouch.

Jeehut avatar Jeehut commented on May 18, 2024

Hopefully fixed via #75.

from bartycrouch.

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.