Pluralization with German Language
Hi, how can i disable or configure the pluralization Features, because it doesn't work quite well with German Words.
8 Replies
Hi @zaibatsu84. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the refine documentation (https://refine.dev/docs) for more information on customization and configuration options.
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------Overview | refine
What is refine?
<@791378338856828959> kapa.ai is still learning and improving, please let us how it did by reacting below
afraid-scarlet•2y ago
You can use the
i18nProvider
to change the whole texts of the screen by changing the translation key on translation json file.
https://refine.dev/docs/api-reference/core/providers/i18n-provider/
But it would be better if there was an easier way. Can you create an issue for this feature?i18n Provider | refine
Internationalization (i18n) is a process that allows software applications to be localized for different regions and languages. refine can work with any i18n framework, but needs an i18nProvider to be created based on the chosen library.
unwilling-turquoise•2y ago
@zaibatsu84 @salihozdemir did anyone of you open an issue to this request?
unwilling-turquoise•2y ago
You can actually do this with the
textTransformers
which is in the options
of the Refine HOC.
Here's a link to the docs: https://refine.dev/docs/api-reference/core/components/refine-config/#texttransformers| refine
`` component is the entry point of a refine app. It is where the highest level of configuration of the app occurs.
afraid-scarlet•2y ago
Thanks @bastianwegge, After this post we opened an PR for
textTransformers
feature. However we missed to leave an update here 🫢unwilling-turquoise•2y ago
Thanks for the update ♥️