Git Product home page Git Product logo

Comments (3)

jamuhl avatar jamuhl commented on June 14, 2024

i guess that does not yet work...but would be easy to add i guess:

just call https://github.com/i18next/i18next/blob/master/src/Translator.js#L179 on the found value: https://github.com/i18next/i18next-intervalPlural-postProcessor/blob/master/src/index.js#L63

   // ...
   if (newKeys) found = translator.translate(newKeys, newOptions);
} else {
  found = translator.extendTranslation(found, key, { ...options, postProcessorNames: null});
}

return found || value;

PR with some tests covering this would be welcome....

from i18next-intervalplural-postprocessor.

mbret avatar mbret commented on June 14, 2024

One solution is to use alt+0174 character between the first { and the second {
This inject an invisible character that does not takes any space and therefore virtually accept the regex !

from i18next-intervalplural-postprocessor.

jamuhl avatar jamuhl commented on June 14, 2024

v3.0.0 BREAKING changes regex from /\((\S*)\).*{((.|\n)*)}/ to /\((\S*)\).*?\[((.|\n)*)\]/ -> from (condition){value} to (condition)[value] to fix #206 and #221

from i18next-intervalplural-postprocessor.

Related Issues (17)

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.