Does this library support cultures. Like en-uk and en-us? #144
Replies: 3 comments
-
Hello , i use sveltekit-i18n in my project and yes sveltekit-i18n support cultures. Sorry for my English , i'm french :/ |
Beta Was this translation helpful? Give feedback.
-
Apologies for the question. Would you mind to give me a schema on how the translateEn functions looks like? |
Beta Was this translation helpful? Give feedback.
-
Oh yes! index.ts
I call translate in my +page.svelte => $t('auth.password') |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions