File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ foo = FOO
32
32
const l10n = new ReactLocalization ( [ mcx ] ) ;
33
33
34
34
mcx . addMessages ( `
35
- foo
35
+ foo =
36
36
.attr = ATTR
37
37
` )
38
38
53
53
const l10n = new ReactLocalization ( [ mcx ] ) ;
54
54
55
55
mcx . addMessages ( `
56
- foo
56
+ foo =
57
57
.attr1 = ATTR 1
58
58
.attr2 = ATTR 2
59
59
` )
75
75
const l10n = new ReactLocalization ( [ mcx ] ) ;
76
76
77
77
mcx . addMessages ( `
78
- foo
78
+ foo =
79
79
.attr = ATTR
80
80
` )
81
81
96
96
const l10n = new ReactLocalization ( [ mcx ] ) ;
97
97
98
98
mcx . addMessages ( `
99
- foo
99
+ foo =
100
100
.attr = ATTR
101
101
` )
102
102
117
117
const l10n = new ReactLocalization ( [ mcx ] ) ;
118
118
119
119
mcx . addMessages ( `
120
- foo
120
+ foo =
121
121
.attr = ATTR
122
122
` )
123
123
138
138
const l10n = new ReactLocalization ( [ mcx ] ) ;
139
139
140
140
mcx . addMessages ( `
141
- foo
141
+ foo =
142
142
.existing = ATTR
143
143
` )
144
144
159
159
const l10n = new ReactLocalization ( [ mcx ] ) ;
160
160
161
161
mcx . addMessages ( `
162
- foo
162
+ foo =
163
163
.existing = ATTR
164
164
` )
165
165
180
180
const l10n = new ReactLocalization ( [ mcx ] ) ;
181
181
182
182
mcx . addMessages ( `
183
- foo
183
+ foo =
184
184
.existing = ATTR
185
185
` )
186
186
You can’t perform that action at this time.
0 commit comments