Replies: 1 comment
-
I'm new to Svelte, so not sure if this is the best solution, but I'm essentially working with the Locale Router, so I have routes set up like What I did was:
It feels messy to me, like there should be a better 'svelte' way to do this, but it's what I've come up with in the meantime. I was wondering if one could do something with actions, or |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to set the page text direction depending on the locale, i.e 'ar' -> RTL, with css or script? I tried to find it in examples or docs but couldn't
Beta Was this translation helpful? Give feedback.
All reactions