Submission
avatar
Sam A
Apr 1, 2025
Board
Features
Status
In Progress
Get Updates
Powered by UserJot
i18n (and RTL support)
Add internationalization (including support for RTL languages)
avatar
Sam A
Apr 1, 2025
3
avatar
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!
avatar
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
avatar
Kian BazarjaniApr 8, 2025
Will take a look! Admittedly, I don't have any experience with i18n so bear with me 🥺