- 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.json
then translate it. Once translated, you can editresources/js/Core/i18n.js
to import the language file. Lastly runnpm i && npm run prod
to build the application.Thank you
- Login to Reply