Giter Club home page Giter Club logo

Comments (3)

mgavioli avatar mgavioli commented on June 19, 2024 1

Thanks for implementing this. Sorry to be late: apparently Github didn't notify me of the update.

from odin.

mgavioli avatar mgavioli commented on June 19, 2024

@Kelimion : thanks for looking at this. When you deal with this issue, you may look also at this discussion which may also involve API changes in the i18n.get() family of calls.

from odin.

Kelimion avatar Kelimion commented on June 19, 2024

Btw, I implemented the MO parser referencing https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html, without looking at any of their code (to avoid GPL contamination). But I had no example files with a so-called context.

So how should it work? Suppose we have the same key, with and without "Context".

msgctxt "Context"
msgid "Message1"
msgstr "This is message 1 with context"

msgid "Message1"
msgstr "This is message 1 without context"

I imagine that you want get("Message1") to return This is message 1 without context.
And if you supply the context, then it'd return This is message 1 with context?

This could use get("section", "key") mechanism where any key with a context uses that context string as the section name, and entries without a context end up in the "" section.

from odin.

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.