diff --git a/zero.Web/ZeroVue.cs b/zero.Web/ZeroVue.cs index 4efa9c98..9e8fe9f2 100644 --- a/zero.Web/ZeroVue.cs +++ b/zero.Web/ZeroVue.cs @@ -65,6 +65,7 @@ namespace zero.Web config.AppId = Context.AppId; //config.SharedAppId = Constants.Database.SharedAppId; // TODO appx config.Icons = CreateIconSets(); + config.Translations = CreateTranslations(); BackofficeUser user = await AuthenticationApi.GetUser(); @@ -81,7 +82,6 @@ namespace zero.Web }; config.Sections = CreateSections(); - config.Translations = CreateTranslations(); config.Applications = await CreateApplications(); config.SettingsAreas = CreateSettingsAreas();