Git Product home page Git Product logo

Comments (2)

nijel avatar nijel commented on May 18, 2024

I've though quite a lot about this and it's quite tricky. With current approach, it is really simple to merge translations back and you don't have to care about anything. With some sort of merging things could get more complicated (once merging of commits would involve rewriting git history).

My current idea to handle this is to postpone committing changes as long as possible. This way Git history won't get rewritten (what would avoid troubles when merging changes).

So basically it would be like:

  • on translation done it would be stored to file
  • the commit will happen later once
    • somebody else works on the translation
    • merge from upstream occurs
    • optionally some timeout, though upstream merge will probably happen often enough

With current Weblate infrastructure this is quite easy to implement and would reduce number of commits lot. Though this would not be 100% merging of all contributions from single translator, what would be really hard to achieve.

from weblate.

nijel avatar nijel commented on May 18, 2024

Implemented in Git as outlined above.

from weblate.

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.