Skip to content

Commit e9981b1

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

1 file changed

Lines changed: 41 additions & 2 deletions

File tree

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

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,10 +1019,13 @@
10191019
</Item>
10201020
<Item ItemId=";Add_missing_typeof_95052" ItemType="0" PsrId="306" Leaf="true">
10211021
<Str Cat="Text">
1022-
<Val><![CDATA[Add missing typeof]]></Val>
1022+
<Val><![CDATA[Add missing 'typeof']]></Val>
10231023
<Tgt Cat="Text" Stat="Loc" Orig="New">
1024-
<Val><![CDATA[Ajouter un typeof manquant]]></Val>
1024+
<Val><![CDATA[Ajouter un 'typeof' manquant]]></Val>
10251025
</Tgt>
1026+
<Prev Cat="Text">
1027+
<Val><![CDATA[Add missing typeof]]></Val>
1028+
</Prev>
10261029
</Str>
10271030
<Disp Icon="Str" />
10281031
</Item>
@@ -1143,6 +1146,15 @@
11431146
</Str>
11441147
<Disp Icon="Str" />
11451148
</Item>
1149+
<Item ItemId=";All_variables_are_unused_6199" ItemType="0" PsrId="306" Leaf="true">
1150+
<Str Cat="Text">
1151+
<Val><![CDATA[All variables are unused.]]></Val>
1152+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1153+
<Val><![CDATA[Toutes les variables sont inutilisées.]]></Val>
1154+
</Tgt>
1155+
</Str>
1156+
<Disp Icon="Str" />
1157+
</Item>
11461158
<Item ItemId=";Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011" ItemType="0" PsrId="306" Leaf="true">
11471159
<Str Cat="Text">
11481160
<Val><![CDATA[Allow default imports from modules with no default export. This does not affect code emit, just typechecking.]]></Val>
@@ -6582,6 +6594,15 @@
65826594
</Str>
65836595
<Disp Icon="Str" />
65846596
</Item>
6597+
<Item ItemId=";Remove_all_unused_labels_95054" ItemType="0" PsrId="306" Leaf="true">
6598+
<Str Cat="Text">
6599+
<Val><![CDATA[Remove all unused labels]]></Val>
6600+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6601+
<Val><![CDATA[Supprimer toutes les étiquettes inutilisées]]></Val>
6602+
</Tgt>
6603+
</Str>
6604+
<Disp Icon="Str" />
6605+
</Item>
65856606
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
65866607
<Str Cat="Text">
65876608
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -6621,6 +6642,24 @@
66216642
</Str>
66226643
<Disp Icon="Str" />
66236644
</Item>
6645+
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
6646+
<Str Cat="Text">
6647+
<Val><![CDATA[Remove unused label]]></Val>
6648+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6649+
<Val><![CDATA[Supprimer l'étiquette inutilisée]]></Val>
6650+
</Tgt>
6651+
</Str>
6652+
<Disp Icon="Str" />
6653+
</Item>
6654+
<Item ItemId=";Remove_variable_statement_90010" ItemType="0" PsrId="306" Leaf="true">
6655+
<Str Cat="Text">
6656+
<Val><![CDATA[Remove variable statement]]></Val>
6657+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6658+
<Val><![CDATA[Supprimer l'instruction de variable]]></Val>
6659+
</Tgt>
6660+
</Str>
6661+
<Disp Icon="Str" />
6662+
</Item>
66246663
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
66256664
<Str Cat="Text">
66266665
<Val><![CDATA[Replace import with '{0}'.]]></Val>

0 commit comments

Comments
 (0)