Add Language setting to Profile front-end

This commit is contained in:
Bubka
2020-02-26 22:26:26 +01:00
parent 48edaa6907
commit 83aa5667e2
7 changed files with 68 additions and 4 deletions

View File

@ -3,6 +3,7 @@ import Button from './Button'
import FieldError from './FieldError'
import FormWrapper from './FormWrapper'
import FormField from './FormField'
import FormSelect from './FormSelect'
import FormButtons from './FormButtons'
import VueFooter from './Footer'
@ -12,6 +13,7 @@ import VueFooter from './Footer'
FieldError,
FormWrapper,
FormField,
FormSelect,
FormButtons,
VueFooter,
].forEach(Component => {