GithubHelp home page GithubHelp logo

Comments (4)

dlabaj avatar dlabaj commented on June 10, 2024

Most of the projects I have worked on have used https://www.i18next.com/. There's also are react implementation that is optional https://react.i18next.com/. Worth a look.

from strimzi-ui.

nictownsend avatar nictownsend commented on June 10, 2024

Current concerns over i18next are around the HTML formatted strings:

<Trans i18nKey="userMessagesUnread" count={count}>
      Hello <strong title={t('nameTitle')}>{{name}}</strong>, you have {{count}} unread message. <Link to="/msgs">Go to messages</Link>.
    </Trans>
"userMessagesUnread": "Hello <1>{{name}}</1>, you have {{count}} unread message. <5>Go to message</5>.",
"userMessagesUnread_plural": "Hello <1>{{name}}</1>, you have {{count}} unread messages.  <5>Go to messages</5>.",

In particular - <5> is based off knowing how React renders the contents of the <Trans> - it's the 5th element in the render tree.

Continuing to evaluate the rest of it vs other libraries

from strimzi-ui.

matthew-chirgwin avatar matthew-chirgwin commented on June 10, 2024

And just FYI @dlabaj , we came up with https://github.com/ibm-messaging/kafka-java-vertx-starter/tree/master/ui/src/ReactCustomHooks/useTranslate to address @nictownsend 's point for a previous UI. Its there if we think it might help/be of use, but I am sure there are much more mature 3rd party tools available.

from strimzi-ui.

github-actions avatar github-actions commented on June 10, 2024

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days

from strimzi-ui.

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.