translations update

This commit is contained in:
carodej
2020-07-12 11:02:21 +02:00
parent 3c3a18cf6b
commit a74c1c7b6e
46 changed files with 13226 additions and 2018 deletions
+2 -1
View File
@@ -27,7 +27,6 @@
<body>
<div id="app"></div>
<script src="https://js.stripe.com/v3/"></script>
<script>
let config = {
locale: '{{ \Illuminate\Support\Facades\App::getLocale() }}',
@@ -42,6 +41,8 @@
host: '{{ url('/') }}',
api: '{{ url('/api') }}',
stripe_public_key: '{{ config('cashier.key') ? config('cashier.key') : null }}',
userRegistration: {{ isset($settings->registration) ? $settings->registration : 1 }},
storageLimit: {{ isset($settings->storage_limitation) ? $settings->storage_limitation : 1 }},