-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed as not planned
Description
it seems like svelte does not support i18n...
I mean possibility to add language files and easily translate string in templates as well as in javascript code. e.t.c: this.$t('home.wellcome') will be translated to 'Welcome guest' from file /lang/en-US.json.
Is support of i18n planned?
Spenhouet