/lang
folder as en.json
and php
translation files inside /lang/en
folder.
If default locale for your application is not english, you can rename them and translate the strings.
If your application should be multilingual, you can follow the official documentation how to setup such behavior, or you can install composer packages to handle such cases.
Option to use multiple languages with language switcher will be one of the
features in version 2.
How to use
You can save translations as short keys or as translation strings. To render translations in backend, you can do this:Those basics should be enough, but if you require an advanced implementation
you can check the plugin Laravel Vue
i18n used to provide Laravel
translations to Vue files.