@leandrosk/dashboard 3.5.7 → 3.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { LanguageCode } from '@vendure/core';
2
- export declare const defaultLanguage = LanguageCode.el;
2
+ export declare const defaultLanguage = LanguageCode.en;
3
3
  export declare const defaultLocale: undefined;
4
4
  export declare const defaultAvailableLanguages: LanguageCode[];
5
5
  export declare const defaultAvailableLocales: string[];
@@ -1,5 +1,5 @@
1
1
  import { LanguageCode } from '@vendure/core';
2
- export const defaultLanguage = LanguageCode.el;
2
+ export const defaultLanguage = LanguageCode.en;
3
3
  export const defaultLocale = undefined;
4
4
  export const defaultAvailableLanguages = [
5
5
  LanguageCode.he,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@leandrosk/dashboard",
3
3
  "private": false,
4
- "version": "3.5.7",
4
+ "version": "3.5.8",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -181,4 +181,4 @@
181
181
  "lightningcss-linux-arm64-musl": "^1.29.3",
182
182
  "lightningcss-linux-x64-musl": "^1.29.1"
183
183
  }
184
- }
184
+ }
@@ -18,6 +18,7 @@ const commonI18nString = {
18
18
  /* i18n*/ 'paymentState.Declined',
19
19
  /* i18n*/ 'paymentState.Error',
20
20
  /* i18n*/ 'paymentState.Cancelled',
21
+ /* i18n*/ 'paymentState.AwaitingPayment',
21
22
  ],
22
23
  refundState: [
23
24
  /* i18n*/ 'paymentState.Pending',
@@ -39,6 +40,7 @@ const commonI18nString = {
39
40
  /* i18n*/ 'orderState.Modifying',
40
41
  /* i18n*/ 'orderState.ArrangingAdditionalPayment',
41
42
  /* i18n*/ 'orderState.Validating',
43
+ /* i18n*/ 'orderState.AwaitingPayment',
42
44
  ],
43
45
  refundReason: [
44
46
  /* i18n*/ 'refundReason.CustomerRequest',