Skip to content

Commit adac1f3

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 1e89e78 commit adac1f3

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl

+21-3
Original file line numberDiff line numberDiff line change
@@ -2961,6 +2961,12 @@
29612961
</Str>
29622962
<Disp Icon="Str" />
29632963
</Item>
2964+
<Item ItemId=";Expected_corresponding_closing_tag_for_JSX_fragment_17015" ItemType="0" PsrId="306" Leaf="true">
2965+
<Str Cat="Text">
2966+
<Val><![CDATA[Expected corresponding closing tag for JSX fragment.]]></Val>
2967+
</Str>
2968+
<Disp Icon="Str" />
2969+
</Item>
29642970
<Item ItemId=";Expected_type_of_0_field_in_package_json_to_be_string_got_1_6105" ItemType="0" PsrId="306" Leaf="true">
29652971
<Str Cat="Text">
29662972
<Val><![CDATA[Expected type of '{0}' field in 'package.json' to be 'string', got '{1}'.]]></Val>
@@ -3184,7 +3190,7 @@
31843190
<Str Cat="Text">
31853191
<Val><![CDATA[Extract to {0} in {1}]]></Val>
31863192
<Tgt Cat="Text" Stat="Loc" Orig="New">
3187-
<Val><![CDATA[Nach {0} in {1} extrahieren]]></Val>
3193+
<Val><![CDATA[Als {0} nach {1} extrahieren]]></Val>
31883194
</Tgt>
31893195
</Str>
31903196
<Disp Icon="Str" />
@@ -3193,7 +3199,7 @@
31933199
<Str Cat="Text">
31943200
<Val><![CDATA[Extract to {0} in {1} scope]]></Val>
31953201
<Tgt Cat="Text" Stat="Loc" Orig="New">
3196-
<Val><![CDATA[Nach {0} in {1}-Bereich extrahieren]]></Val>
3202+
<Val><![CDATA[Als {0} in {1}-Bereich extrahieren]]></Val>
31973203
</Tgt>
31983204
</Str>
31993205
<Disp Icon="Str" />
@@ -3202,7 +3208,7 @@
32023208
<Str Cat="Text">
32033209
<Val><![CDATA[Extract to {0} in enclosing scope]]></Val>
32043210
<Tgt Cat="Text" Stat="Loc" Orig="New">
3205-
<Val><![CDATA[Nach {0} in einschließenden Bereich extrahieren]]></Val>
3211+
<Val><![CDATA[Als {0} in einschließenden Bereich extrahieren]]></Val>
32063212
</Tgt>
32073213
</Str>
32083214
<Disp Icon="Str" />
@@ -4200,6 +4206,18 @@
42004206
</Str>
42014207
<Disp Icon="Str" />
42024208
</Item>
4209+
<Item ItemId=";JSX_fragment_has_no_corresponding_closing_tag_17014" ItemType="0" PsrId="306" Leaf="true">
4210+
<Str Cat="Text">
4211+
<Val><![CDATA[JSX fragment has no corresponding closing tag.]]></Val>
4212+
</Str>
4213+
<Disp Icon="Str" />
4214+
</Item>
4215+
<Item ItemId=";JSX_fragment_is_not_supported_when_using_jsxFactory_17016" ItemType="0" PsrId="306" Leaf="true">
4216+
<Str Cat="Text">
4217+
<Val><![CDATA[JSX fragment is not supported when using --jsxFactory]]></Val>
4218+
</Str>
4219+
<Disp Icon="Str" />
4220+
</Item>
42034221
<Item ItemId=";JSX_spread_child_must_be_an_array_type_2609" ItemType="0" PsrId="306" Leaf="true">
42044222
<Str Cat="Text">
42054223
<Val><![CDATA[JSX spread child must be an array type.]]></Val>

0 commit comments

Comments
 (0)