Štěpán Granát
Štěpán Granát
Ok, once I'll do a bit more research on this I'll try to implement it.
Solution for this was implemented in https://github.com/tolgee/tolgee-js/pull/3327
Hmm, I guess we should add this to the CLI. What do you think @cyyynthia ?
I guess you are right @cyyynthia it will be better to do this on the BE.
Hmm, also not sure if we can rendering html safe, but generally I agree. At least turning formatting off would be useful.
Connected to https://github.com/tolgee/tolgee-platform/issues/2207
Hey, I haven't investigated this yet. I guess it should be compatible with `i18next`. The `` component is not part of `i18next`.
We have a plan to make our own code editors plugins, since our flow is a bit different with context gathering and so on.
Hey, my idea was to include it directly into the core basically - if there is a function instead of translation, just call the function. The approach with the plugin...