added a lot of translations and fixed profile and navbar

This commit is contained in:
2019-08-15 14:34:32 +02:00
parent ab4693acd7
commit 36c8e40622
9 changed files with 263 additions and 87 deletions

View File

@@ -32,6 +32,7 @@ import {
faAt,
faUser,
faEnvelope,
faUserTag,
} from '@fortawesome/free-solid-svg-icons';
import {FontAwesomeIcon} from '@fortawesome/vue-fontawesome';
@@ -45,7 +46,7 @@ import 'bootstrap-vue/dist/bootstrap-vue.css';
const isProduction = process.env.NODE_ENV === 'production';
library.add(faCoffee, faTrash, faPencilAlt, faScroll, faCheck, faCircle, faList, faPlus, faDoorOpen, faCogs, faAt,
faUser, faEnvelope);
faUser, faEnvelope, faUserTag);
Vue.component('font-awesome-icon', FontAwesomeIcon);