Our powerful JS Calendar component


Post by braincept »

Hey guys,

I encountered an issue during the language translation process. The translation for "Select All" is not working. It only updates after you refresh the page. However, if you change the language during runtime, it does not function correctly.

Can you please check it?

Thank you in advance.

Attachments
Screenshot german.png
Screenshot german.png (108.66 KiB) Viewed 257 times

Post by Animal »

That's just an example issue because it's using an ad-hoc locale defined in the example's codebase.

The real German locale file, Core/lib/Core/localization/De.js contains the translation text for that:

    List : {
        loading   : 'Wird geladen...',
        selectAll : 'Alle auswählen'
    },

So your app will work in real life.


Post by braincept »

I am facing the same issue in real life.

The translation for "Select All" is not working. It only updates after you refresh the page. However, if you change the language during runtime, it does not function correctly.


Post by Animal »

That must be a bug in how the List specifies that text. Will check...


Post by Animal »

Yes, it does not react to dynamic locale changes like it should. We'll get it fixed: https://github.com/bryntum/support/issues/8840


Post by braincept »

Thank you Animal 🙌


Post Reply