@graphcommerce/lingui-next 6.2.0-canary.8 → 6.2.0-canary.80

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,149 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.80
4
+
5
+ ## 6.2.0-canary.79
6
+
7
+ ## 6.2.0-canary.78
8
+
9
+ ## 6.2.0-canary.77
10
+
11
+ ## 6.2.0-canary.76
12
+
13
+ ## 6.2.0-canary.75
14
+
15
+ ## 6.2.0-canary.74
16
+
17
+ ## 6.2.0-canary.73
18
+
19
+ ## 6.2.0-canary.72
20
+
21
+ ## 6.2.0-canary.71
22
+
23
+ ## 6.2.0-canary.70
24
+
25
+ ## 6.2.0-canary.69
26
+
27
+ ## 6.2.0-canary.68
28
+
29
+ ## 6.2.0-canary.67
30
+
31
+ ## 6.2.0-canary.66
32
+
33
+ ## 6.2.0-canary.65
34
+
35
+ ## 6.2.0-canary.64
36
+
37
+ ## 6.2.0-canary.63
38
+
39
+ ## 6.2.0-canary.62
40
+
41
+ ## 6.2.0-canary.61
42
+
43
+ ## 6.2.0-canary.60
44
+
45
+ ## 6.2.0-canary.59
46
+
47
+ ## 6.2.0-canary.58
48
+
49
+ ## 6.2.0-canary.57
50
+
51
+ ## 6.2.0-canary.56
52
+
53
+ ## 6.2.0-canary.55
54
+
55
+ ## 6.2.0-canary.54
56
+
57
+ ## 6.2.0-canary.53
58
+
59
+ ## 6.2.0-canary.52
60
+
61
+ ## 6.2.0-canary.51
62
+
63
+ ## 6.2.0-canary.50
64
+
65
+ ## 6.2.0-canary.49
66
+
67
+ ## 6.2.0-canary.48
68
+
69
+ ## 6.2.0-canary.47
70
+
71
+ ## 6.2.0-canary.46
72
+
73
+ ## 6.2.0-canary.45
74
+
75
+ ## 6.2.0-canary.44
76
+
77
+ ## 6.2.0-canary.43
78
+
79
+ ## 6.2.0-canary.42
80
+
81
+ ## 6.2.0-canary.41
82
+
83
+ ## 6.2.0-canary.40
84
+
85
+ ## 6.2.0-canary.39
86
+
87
+ ## 6.2.0-canary.38
88
+
89
+ ## 6.2.0-canary.37
90
+
91
+ ## 6.2.0-canary.36
92
+
93
+ ## 6.2.0-canary.35
94
+
95
+ ## 6.2.0-canary.34
96
+
97
+ ## 6.2.0-canary.33
98
+
99
+ ## 6.2.0-canary.32
100
+
101
+ ## 6.2.0-canary.31
102
+
103
+ ## 6.2.0-canary.30
104
+
105
+ ## 6.2.0-canary.29
106
+
107
+ ## 6.2.0-canary.28
108
+
109
+ ## 6.2.0-canary.27
110
+
111
+ ## 6.2.0-canary.26
112
+
113
+ ## 6.2.0-canary.25
114
+
115
+ ## 6.2.0-canary.24
116
+
117
+ ## 6.2.0-canary.23
118
+
119
+ ## 6.2.0-canary.22
120
+
121
+ ## 6.2.0-canary.21
122
+
123
+ ## 6.2.0-canary.20
124
+
125
+ ## 6.2.0-canary.19
126
+
127
+ ## 6.2.0-canary.18
128
+
129
+ ## 6.2.0-canary.17
130
+
131
+ ## 6.2.0-canary.16
132
+
133
+ ## 6.2.0-canary.15
134
+
135
+ ## 6.2.0-canary.14
136
+
137
+ ## 6.2.0-canary.13
138
+
139
+ ## 6.2.0-canary.12
140
+
141
+ ## 6.2.0-canary.11
142
+
143
+ ## 6.2.0-canary.10
144
+
145
+ ## 6.2.0-canary.9
146
+
3
147
  ## 6.2.0-canary.8
4
148
 
5
149
  ## 6.2.0-canary.7
@@ -1,7 +1,6 @@
1
1
  import { storefrontConfig, storefrontConfigDefault } from '@graphcommerce/next-ui'
2
2
  import { i18n, Messages } from '@lingui/core'
3
3
  import { I18nProvider, I18nProviderProps } from '@lingui/react'
4
- import { nl, en, fr } from 'make-plural/plurals'
5
4
  import React, { useMemo } from 'react'
6
5
  import { MessageLoader, SyncMessageLoader } from '../types'
7
6
 
@@ -12,13 +11,6 @@ export type LinguiProviderProps = Omit<I18nProviderProps, 'i18n'> & {
12
11
  locale: string
13
12
  }
14
13
 
15
- // todo: Load these plurals with a loader, however dynamic imports doesn't support tree shaking so loading them dynamically will load all locales.
16
- i18n.loadLocaleData({
17
- nl: { plurals: nl },
18
- fr: { plurals: fr },
19
- en: { plurals: en },
20
- })
21
-
22
14
  export const localeConfig = (locale: string = storefrontConfigDefault().locale) =>
23
15
  storefrontConfig(locale)?.linguiLocale ?? locale?.split('-')[0]
24
16
 
package/config.js CHANGED
@@ -13,6 +13,7 @@ const { isMonorepo } = require('@graphcommerce/next-config')
13
13
  function linguiNextConfig(config) {
14
14
  const { locales, ...otherConfig } = config
15
15
  return {
16
+ orderBy: 'messageId',
16
17
  locales: isMonorepo()
17
18
  ? ['en', 'nl', 'fr', 'de', 'es', 'it']
18
19
  : config.locales.map((l) => l?.split('-')[0]),
@@ -29,19 +30,6 @@ function linguiNextConfig(config) {
29
30
  exclude: ['**/node_modules/!(@graphcommerce)/**'],
30
31
  },
31
32
  ],
32
- extractBabelOptions: {
33
- presets: [
34
- [
35
- 'next/babel',
36
- {
37
- 'preset-react': {
38
- runtime: 'automatic',
39
- importSource: '@emotion/react',
40
- },
41
- },
42
- ],
43
- ],
44
- },
45
33
  sourceLocale: 'en',
46
34
  ...otherConfig,
47
35
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/lingui-next",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "6.2.0-canary.8",
5
+ "version": "6.2.0-canary.80",
6
6
  "sideEffects": false,
7
7
  "scripts": {
8
8
  "dev": "tsc -W"
@@ -15,18 +15,18 @@
15
15
  }
16
16
  },
17
17
  "dependencies": {
18
- "@graphcommerce/next-config": "6.2.0-canary.8",
19
- "make-plural": "6.2.2"
18
+ "@graphcommerce/next-config": "6.2.0-canary.80"
20
19
  },
21
20
  "devDependencies": {
22
- "@graphcommerce/eslint-config-pwa": "6.2.0-canary.8",
23
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.8",
24
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.8",
25
- "@lingui/conf": "^3.14.0"
21
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.80",
22
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.80",
23
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.80",
24
+ "@lingui/conf": "^4.2.1"
26
25
  },
27
26
  "peerDependencies": {
28
- "@lingui/react": "^3.13.2",
29
- "@lingui/core": "^3.13.2",
27
+ "@lingui/core": "^4.2.1",
28
+ "@lingui/react": "^4.2.1",
29
+ "@lingui/macro": "^4.2.1",
30
30
  "next": "^13.2.0",
31
31
  "react": "^18.2.0",
32
32
  "react-dom": "^18.2.0"