Hey everyone 👋
I've been using AI Playground and noticed the app already ships with 13 languages but no RTL support. I implemented full Hebrew (he-IL) localization and Right-to-Left layout support for the whole WebUI and opened it as a contribution — curious if others in the community would find this useful.
What's in the PR (#490):
- New he-IL.json with 829 keys (100% parity with en-US).
- Hebrew added to the language selector.
- Dynamic dir="rtl" / dir="ltr" toggling on language change.
- Directional Tailwind classes migrated to logical CSS (ml/mr → ms/me) — no-op for existing LTR users.
- Remaining hardcoded strings externalized into en-US.json.
Would love to hear from the community: do you use or want RTL language support? Any other RTL languages (Arabic, Farsi, Urdu) you'd like to see added?
cc @qiacheng @mschuettlerTNG
Hey everyone 👋
I've been using AI Playground and noticed the app already ships with 13 languages but no RTL support. I implemented full Hebrew (he-IL) localization and Right-to-Left layout support for the whole WebUI and opened it as a contribution — curious if others in the community would find this useful.
What's in the PR (#490):
Would love to hear from the community: do you use or want RTL language support? Any other RTL languages (Arabic, Farsi, Urdu) you'd like to see added?
cc @qiacheng @mschuettlerTNG