Can someone give me a rundown on the current state...
# talk-kratos
c
Can someone give me a rundown on the current state of internationalization in ory kratos? We're considering Hydra/Kratos as a complete Identity Provider solution but i18n is a hard requirement. From what I read in the issues there seem to be some problems with error message and email templates?
f
Hi, I can say only about kratos. You have id for error messages. Using them you can integrate i18n. i18n for emails described in the official documentation. I made emails for kratos in 9 languages.
c
Do you mean here for the email templates? https://www.ory.sh/docs/kratos/emails-sms/custom-email-templates#translated-templates-i18n For the error message ids, I see some messages on this issue which seem to indicate ids are shared: https://github.com/ory/kratos/issues/691
f
yes.
it looks like this
files are generated from custom email builder that has i18n
this is the main body
and then in French template
I hope it helps you 🙂