From d3159027a6d2f7f6fc6c3aa359456aaa64493da6 Mon Sep 17 00:00:00 2001 From: Dennis Thomas <40732639+DNA5769@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:40:35 +0530 Subject: [PATCH] Update step-10-descriptor-for-applications-8f93bf2.md (#149) --- .../step-10-descriptor-for-applications-8f93bf2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03_Get-Started/step-10-descriptor-for-applications-8f93bf2.md b/docs/03_Get-Started/step-10-descriptor-for-applications-8f93bf2.md index 3a67bdc6..3e63ca73 100644 --- a/docs/03_Get-Started/step-10-descriptor-for-applications-8f93bf2.md +++ b/docs/03_Get-Started/step-10-descriptor-for-applications-8f93bf2.md @@ -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.