like-gold
like-gold14mo ago

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
kapa.ai
kapa.ai14mo ago
Hi @zaibatsu84. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
kapa.ai
kapa.ai14mo ago
---------------------- 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?
kapa.ai
kapa.ai14mo ago
<@791378338856828959> kapa.ai is still learning and improving, please let us how it did by reacting below
fascinating-indigo
fascinating-indigo14mo 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.
other-emerald
other-emerald12mo ago
@zaibatsu84 @salihozdemir did anyone of you open an issue to this request?
other-emerald
other-emerald12mo 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.
fascinating-indigo
fascinating-indigo12mo ago
Thanks @bastianwegge, After this post we opened an PR for textTransformers feature. However we missed to leave an update here 🫢
other-emerald
other-emerald12mo ago
Thanks for the update ♥️