Is there a way to configure the decimal separators used in admin ui?

It seems like they are somehow conencted to the locales in app.js but i cant figure out where to find the corresponding files. Thanks!

This topic has been created from a Discord post (1300465622815215667) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

I think there is no way to configure it, format number is connected with interface language. You can try to change language. Strapi using Intl Intl.NumberFormat - JavaScript | MDN

thanks, so i would need to have a ch-DE locale to habe the right language und numberformat.
is there a way to copy the german locale and use it to create ch-DE?