mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Partly reverted b856911f0f
Loading localization strings async for the fronted currently doesn't work in all cases...
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
Grocy.Currency = '{{ GROCY_CURRENCY }}';
|
||||
Grocy.CalendarFirstDayOfWeek = '{{ GROCY_CALENDAR_FIRST_DAY_OF_WEEK }}';
|
||||
Grocy.CalendarShowWeekNumbers = {{ BoolToString(GROCY_CALENDAR_SHOW_WEEK_OF_YEAR) }};
|
||||
Grocy.LocalizationStrings = {!! $LocalizationStrings !!};
|
||||
Grocy.FeatureFlags = {!! json_encode($featureFlags) !!};
|
||||
Grocy.Webhooks = {
|
||||
@if(GROCY_FEATURE_FLAG_LABELPRINTER && !GROCY_LABEL_PRINTER_RUN_SERVER)
|
||||
|
Reference in New Issue
Block a user