Skip to content

Commit 7639a2c

Browse files
[localization] Fix missing strings (dotnet#21055)
Co-authored-by: Rui Marinho <me@ruimarinho.net>
1 parent 95df932 commit 7639a2c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI ContentPage (C#)",
4+
"description": "A page for displaying content using C#.",
45
"postActions/openInEditor/description": "Opens NewPage1.cs in the editor.",
56
"symbols/namespace/description": "Namespace for the generated code."
67
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI ContentPage (XAML)",
4+
"description": "A page for displaying content using XAML.",
45
"postActions/openInEditor/description": "Opens NewPage1.xaml in the editor.",
56
"symbols/namespace/description": "namespace for the generated code"
67
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI ContentView (C#)",
4+
"description": "A view for displaying content using C#. This is very suitable for creating your own custom and reusable controls.",
45
"postActions/openInEditor/description": "Opens NewContent1.cs in the editor.",
56
"symbols/namespace/description": "Namespace for the generated code."
67
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI ContentView (XAML)",
4+
"description": "A view for displaying content using XAML. This is very suitable for creating your own custom and reusable controls.",
45
"postActions/openInEditor/description": "Opens NewContent1.xaml in the editor.",
56
"symbols/namespace/description": "Namespace for the generated code."
67
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": ".NET MAUI ResourceDictionary (XAML)",
4+
"description": "A repository for resources that are used by a .NET MAUI app. Typical resources that are stored in a ResourceDictionary include styles, control templates, data templates, converters, and colors.",
45
"postActions/openInEditor/description": "Opens Dictionary1.xaml in the editor.",
56
"symbols/namespace/description": "Namespace for the generated code."
67
}

0 commit comments

Comments
 (0)