mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
Change .tids
file extension to .multids
Hopefully less confusing
This commit is contained in:
parent
bcd86d5861
commit
d21fb85d94
@ -1502,7 +1502,7 @@ $tw.boot.startup = function(options) {
|
||||
// Add file extension information
|
||||
$tw.utils.registerFileType("text/vnd.tiddlywiki","utf8",".tid");
|
||||
$tw.utils.registerFileType("application/x-tiddler","utf8",".tid");
|
||||
$tw.utils.registerFileType("application/x-tiddlers","utf8",".tids");
|
||||
$tw.utils.registerFileType("application/x-tiddlers","utf8",".multids");
|
||||
$tw.utils.registerFileType("application/x-tiddler-html-div","utf8",".tiddler");
|
||||
$tw.utils.registerFileType("text/vnd.tiddlywiki2-recipe","utf8",".recipe");
|
||||
$tw.utils.registerFileType("text/plain","utf8",".txt");
|
||||
|
@ -26,7 +26,7 @@ Quick and dirty instructions:
|
||||
# Run `./qbld.sh` to build TiddlyWiki
|
||||
# Open the TiddlyWiki file at `/MyTranslation/jermolene.github.com/index.html`
|
||||
# You should see your translation listed in the control panel, but the text of the translation will still be in British English
|
||||
# Edit the `.tid` and `.tids` files in your language folder to translate the English text
|
||||
# Edit the `.tid` and `.multids` files in your language folder to translate the English text
|
||||
|
||||
Content of `plugin.info` for Joe Bloggs' Welsh translation:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user