bazza/ui
bazza/ui
Apr 1

i18n (and RTL support)

Add internationalization (including support for RTL languages)
ProgressIn Progress

Apr 5, 2025

Would love to support this. We already have an open PR for operator label translations, starting with FR :) Once that gets merged, it should be easy for others to contribute for other languages!

Apr 6, 2025

With RTL it's not about translations but rather layout intra and inter filters. Everything is right to left instead of left to right. It's controlled by the `dir` attribute on HTML See docs/spec: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_att…

Apr 8, 2025

Will take a look! Admittedly, I don't have any experience with i18n so bear with me 🥺