From 80eba903f2113db4f536cad80d896b1e1b5e5fca Mon Sep 17 00:00:00 2001 From: Denis R Date: Sun, 5 Oct 2014 15:10:28 +0200 Subject: [PATCH] Update README.md Fix a small error! --- src/extensions/samples/LocalizationExample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/samples/LocalizationExample/README.md b/src/extensions/samples/LocalizationExample/README.md index 001e35d0a3d..44a4c8e77b6 100644 --- a/src/extensions/samples/LocalizationExample/README.md +++ b/src/extensions/samples/LocalizationExample/README.md @@ -48,7 +48,7 @@ Move this plugin to the extensions\user\ folder to run the plugin. It will add a * main.js – loads the Strings module for the plugin and uses mustache to localize html content -* package.json - add the translation languages as in the example: `"i18n: ["en", "fr" ]`. Also, add any localized metadata for displayed metadata in the Extension Manager, as in the example: `"fr": { "title": "localized title" }`. +* package.json - add the translation languages as in the example: `"i18n": ["en", "fr" ]`. Also, add any localized metadata for displayed metadata in the Extension Manager, as in the example: `"fr": { "title": "localized title" }`. * strings.js – uses i18n to load a strings.js file in the nls folder