mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 20:11:16 +00:00
Also log missing localization found in frontend (only when MODE == dev)
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
<script>
|
||||
var Grocy = { };
|
||||
Grocy.Components = { };
|
||||
Grocy.Mode = '{{ GROCY_MODE }}';
|
||||
Grocy.BaseUrl = '{{ $U('/') }}';
|
||||
Grocy.LocalizationStrings = {!! json_encode($localizationStrings) !!};
|
||||
Grocy.ActiveNav = '@yield('activeNav', '')';
|
||||
|
Reference in New Issue
Block a user