Add internationalization (including support for RTL languages)
Sam A
Apr 1, 2025
3
Kian BazarjaniApr 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!
Sam AApr 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_attributes/dir
Kian BazarjaniApr 8, 2025
Will take a look! Admittedly, I don't have any experience with i18n so bear with me 🥺