Skip to content

Commit

Permalink
Update step-10-descriptor-for-applications-8f93bf2.md (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA5769 authored Aug 12, 2024
1 parent fd77764 commit d315902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The content of the `manifest.json` file is a configuration object in JSON format

- `type`: Defines what we want to configure; here: an application.

- `i18n`: Defines the path to the resource bundle file. The `supportedLocales` and `fallbackLocale` properties are set to empty strings, as our demo app uses only one `i18n.properties` file for simplicity and we'd like to prevent the browser from trying to load additional `i18n_*.properties` files based on your browser settings and your locale.
- `i18n`: Defines the path to the resource bundle file.

- `title`: Title of the application in handlebars syntax referenced from the app's resource bundle.

Expand Down

0 comments on commit d315902

Please sign in to comment.