Verbesserungen i80n, Bugfixes, uvm
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
@extends('layout.app')
|
||||
@section('scripts')
|
||||
<script>
|
||||
const i18n = {
|
||||
common: {
|
||||
error_occurred: "{{ __('app.common.error_occurred') }}",
|
||||
not_permitted: "{{ __('app.common.not_permitted') }}"
|
||||
},
|
||||
login: {
|
||||
password_mismatch: "{{ __('app.login.password_mismatch') }}",
|
||||
registration_success: "{{ __('app.login.registration_success') }}"
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<script src="{{ asset("js/intern.js") }}"></script>
|
||||
<script src="{{ asset("js/login/registrieren.js") }}"></script>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user