Is there a way to localize the strings in Supabase...
# help
m
Is there a way to localize the strings in Supabase UI. Specifically the Auth components?
n
Hello @mellson! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
m
I'm building a website only targeting Denmark, hence I need to show all the texts in Danish 🇩🇰
n
🆕 Localization in Supabase UI?
m
Looking through the source code it looks like all the texts are hardcoded - so I added an idea here: https://github.com/supabase/supabase/discussions/6345
f
@mellson strings are in the tsx and no i18n library is used https://github.com/supabase/ui/blob/master/src/components/Auth/Auth.tsx#L361
n
Localization in Supabase UI?
m
Thanks for the link!