1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Make type information translateable

This commit is contained in:
Jermolene 2014-02-16 19:58:53 +00:00
parent 1ff8d225d9
commit 3307604130
16 changed files with 19 additions and 19 deletions

View File

@ -1,3 +0,0 @@
title: $:/docs/types/application/json
description: JSON data
name: application/json

View File

@ -1,3 +0,0 @@
title: $:/docs/types/image/gif
description: GIF image
name: image/gif

View File

@ -1,3 +0,0 @@
title: $:/docs/types/image/png
description: PNG image
name: image/png

View File

@ -0,0 +1,3 @@
title: $:/language/Docs/Types/application/json
description: JSON data
name: application/json

View File

@ -1,3 +1,3 @@
title: $:/docs/types/application/x-tiddler-dictionary
title: $:/language/Docs/Types/application/x-tiddler-dictionary
description: Data dictionary
name: application/x-tiddler-dictionary

View File

@ -0,0 +1,3 @@
title: $:/language/Docs/Types/image/gif
description: GIF image
name: image/gif

View File

@ -1,3 +1,3 @@
title: $:/docs/types/image/jpeg
title: $:/language/Docs/Types/image/jpeg
description: JPEG image
name: image/jpeg

View File

@ -0,0 +1,3 @@
title: $:/language/Docs/Types/image/png
description: PNG image
name: image/png

View File

@ -1,3 +1,3 @@
title: $:/docs/types/image/svg+xml
title: $:/language/Docs/Types/image/svg+xml
description: Structured Vector Graphics image
name: image/svg+xml

View File

@ -1,3 +1,3 @@
title: $:/docs/types/image/x-icon
title: $:/language/Docs/Types/image/x-icon
description: ICO format icon file
name: image/x-icon

View File

@ -1,3 +1,3 @@
title: $:/docs/types/text/css
title: $:/language/Docs/Types/text/css
description: Static stylesheet
name: text/css

View File

@ -1,3 +1,3 @@
title: $:/docs/types/text/plain
title: $:/language/Docs/Types/text/plain
description: Plain text
name: text/plain

View File

@ -1,3 +1,3 @@
title: $:/docs/types/text/vnd.tiddlywiki
title: $:/language/Docs/Types/text/vnd.tiddlywiki
description: TiddlyWiki version 5 wikitext
name: text/vnd.tiddlywiki

View File

@ -1,3 +1,3 @@
title: $:/docs/types/text/x-tiddlywiki
title: $:/language/Docs/Types/text/x-tiddlywiki
description: TiddlyWiki Classic wikitext
name: text/x-tiddlywiki

View File

@ -8,7 +8,7 @@ tags: $:/tags/EditTemplate
<$reveal state=<<qualify "$:/state/typeDropdown">> type="nomatch" text="" default="">
<div class="tw-block-dropdown tw-edit-type-dropdown">
<$linkcatcher to="!!type">
<$list filter="[is[shadow]prefix[$:/docs/types/]] [!is[shadow]prefix[$:/docs/types/]] +[sort[description]]"><$link to={{!!name}}><$view field="description"/> (<$view field="name"/>)</$link>
<$list filter="[is[shadow]prefix[$:/language/Docs/Types/]] [!is[shadow]prefix[$:/language/Docs/Types/]] +[sort[description]]"><$link to={{!!name}}><$view field="description"/> (<$view field="name"/>)</$link>
</$list>
</$linkcatcher>
</div>

View File

@ -1,3 +1,3 @@
title: $:/docs/types/text/x-markdown
title: $:/language/Docs/Types/text/x-markdown
description: Markdown
name: text/x-markdown