Apr 1
i18n (and RTL support)
Add internationalization (including support for RTL languages)
In Progress
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…
Will take a look! Admittedly, I don't have any experience with i18n so bear with me 🥺
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!