You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": { "default": "Greets the user", "nl-NL": "Begroet de gebruiker" },
237
237
"officeFabricIconFontName": "Page",
238
238
"properties": {
239
239
"greeting": "Hello"
@@ -242,6 +242,9 @@ Properties that support localization are of type **ILocalizedString**. Each loca
242
242
}
243
243
```
244
244
245
+
> [!IMPORTANT]
246
+
> You should pay attention to the correct spelling of the locales. The first part needs to be in lowercase letters while the last part has to be written in uppercase ("nl-NL").
247
+
245
248
1. Run the following command to verify that the project is working:
246
249
247
250
```sh
@@ -596,9 +599,9 @@ Originally, the Greeting web part had the **greeting** property defined where th
596
599
597
600
"preconfiguredEntries": [{
598
601
"groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Other
0 commit comments