- NAnswered
i’v a standard version
 - MSAnswered
Hello,
Yes, you can translate.
You need to build the Vue app again after translation. There is FAQ in docs about translation.
How can I translate into other language?
Please duplicate
resources/lang/en.jsonthen translate it. Once translated, you can editresources/js/Core/i18n.jsto import the language file. Lastly runnpm i && npm run prodto build the application.Thank you
 - Login to Reply