Does this library support cultures. Like en-uk and en-us? #144
Answered
by
Nycolaide
juanjoseluisgarcia
asked this question in
Q&A
|
I found out that culture is a very sensitive issue and different cultures like to see things in their own 'flavour' of the language and syntax. Is it possible to have different loaders based on this? |
Answered by
Nycolaide
Sep 11, 2023
Replies: 3 comments
|
Hello , i use sveltekit-i18n in my project and yes sveltekit-i18n support cultures. Sorry for my English , i'm french :/ |
0 replies
|
Apologies for the question. Would you mind to give me a schema on how the translateEn functions looks like? |
0 replies
|
Oh yes! index.ts I call translate in my +page.svelte => $t('auth.password') |
0 replies
Answer selected by
jarda-svoboda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Oh yes!
index.ts
I call translate in my +page.svelte => $t('auth.password')