Code Monkey home page Code Monkey logo

Comments (4)

nicksnyder avatar nicksnyder commented on June 3, 2024

"Which messages are missing translations" is a question that seems best answered offline. In fact, the goi18n command has a workflow that generates a file for you with all missing translations so you can go get them translated. Docs here: https://drive.google.com/drive/u/0/folders/1PUq6vyp8vsAHdmu_qsE6sP3VtoIcWLzL

Does that solve your problem?

from go-i18n.

gokatz avatar gokatz commented on June 3, 2024

Hey, @nicksnyder thanks for the response. Requested access :)

Which messages are missing translations

For my use case, messages / IDs for which translation are not available in the translated json file. We try to have 0 English messages in app when the user choose a Non English version. We'll use this hook (or something similar) to audit and fix the issues.

from go-i18n.

nicksnyder avatar nicksnyder commented on June 3, 2024

messages / IDs for which translation are not available in the translated json file.

correct, but goi18n can produce a file that contains all missing translations (this doesn’t need to happen at runtime)

from go-i18n.

gokatz avatar gokatz commented on June 3, 2024

correct, but goi18n can produce a file that contains all missing translations (this doesn’t need to happen at runtime)

Thanks. I didn't know that. Any documentation on would be great :)

That said, we need runtime analysis, because, runtime provides more weighted analysis. For instance,

  • particular message might not be translated at all. At the same time, that message has nearly zero traffic. In that case, that missing translation issue has less priority vs a missing translation that has huge traffic.
  • there might be missing translations for a message behind a flag. That code path will never be executed until we flip the flag. Until then, this missing translation has not priority at all.

We are building system based on these priorities. Any suggestions would be great :)


Also, can I have the viewer access to that google doc? ([email protected])
Can we open that to the web alternatively?

from go-i18n.

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.