Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/extensions/samples/LocalizationExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For an example of a simple localized plugin see: brackets\src\extensions\disable

Move this plugin to the extensions\user\ folder to run the plugin. It will add a "My New Command" menu item to the end of the Edit menu. This command shows an alert with localized text and then a modal dialog with localized HTML content.

#### Below is the folder struture and comments on the role of each file
#### Below is the folder structure and comments on the role of each file

* main.js – loads the Strings module for the plugin and uses mustache to localize html content

Expand Down