Giter VIP home page Giter VIP logo

Comments (6)

Aldriana avatar Aldriana commented on July 23, 2024

Having this be installable seems like a nice feature, and I don't see that it really hurts anything to do it. That said, finding a time when people don't have outstanding changes is likely to be a bit tricky, as there's quite a few people doing quite a lot of work on this.

from shadowcraft-engine.

dazer avatar dazer commented on July 23, 2024

Just checking in: my ongoing stuff (other ep values) wouldn't have any trouble with such a change.

from shadowcraft-engine.

julienp avatar julienp commented on July 23, 2024

Regarding i18n, is core/files.in a generated file or is it edited manually?

Edit: the .po files in core/local have paths in them, I assume these are generated. Is there a way to adjust them without having to re-enter all the translations? I can manually adjust them, it's just pasting in shadowcraft/ a bunch, but I don't know if it will break the next time translations are updated. Are those paths even used for translation or are they only comments?

from shadowcraft-engine.

dazer avatar dazer commented on July 23, 2024

Files.in is edited manually whenever a new pot template is needed. You don't need to worry about anything i18n related:
The only files that gettext uses are .mo files and those don't need line references; po and pot files are not used at all by gettext: they are there so that new translators have a file to start with. The line/file references are updated automatically using the gnu package utilities xgettext/msginit and its only use is for xgettext to update easily the pot template which is something that I'll be doing periodically.

edit: in theory i18n.py should find its path to the mo files on its own, but if something breaks I take responsibility to make it work again.

from shadowcraft-engine.

Aldriana avatar Aldriana commented on July 23, 2024

Some packaging improvements were made; are there more that we still want to have happen, or can I close this out?

from shadowcraft-engine.

julienp avatar julienp commented on July 23, 2024

From what I remember there's some issues with installing localization files, but that's something we can review if we ever add actual translations. Should be fine for now.

from shadowcraft-engine.

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.