1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Merge pull request #1525 from Spangenhelm/patch-1

Adding the missing 'language' type
This commit is contained in:
Jeremy Ruston 2015-02-28 12:12:11 +00:00
commit 27454dabb1

View File

@ -12,6 +12,7 @@ Plugins have a `plugin-type` field that may be:
* `plugin` //(default)// - a plain plugin
* `theme` - a theme plugin (see ThemeMechanism)
* `language` - for translations only
Plugins can be used to package ordinary content, or can include JavaScript [[modules|Modules]] that extend and enhance the core TiddlyWiki5 functionality.