Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9449 from Denisov21/patch-24
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
redmunds committed Oct 8, 2014
2 parents 69707c4 + 80eba90 commit 3e87e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/samples/LocalizationExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3e87e93

Please sign in to comment.