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:
parent
1ff8d225d9
commit
3307604130
@ -1,3 +0,0 @@
|
|||||||
title: $:/docs/types/application/json
|
|
||||||
description: JSON data
|
|
||||||
name: application/json
|
|
@ -1,3 +0,0 @@
|
|||||||
title: $:/docs/types/image/gif
|
|
||||||
description: GIF image
|
|
||||||
name: image/gif
|
|
@ -1,3 +0,0 @@
|
|||||||
title: $:/docs/types/image/png
|
|
||||||
description: PNG image
|
|
||||||
name: image/png
|
|
3
core/language/en-GB/Types/application_json.tid
Normal file
3
core/language/en-GB/Types/application_json.tid
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title: $:/language/Docs/Types/application/json
|
||||||
|
description: JSON data
|
||||||
|
name: application/json
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/docs/types/application/x-tiddler-dictionary
|
title: $:/language/Docs/Types/application/x-tiddler-dictionary
|
||||||
description: Data dictionary
|
description: Data dictionary
|
||||||
name: application/x-tiddler-dictionary
|
name: application/x-tiddler-dictionary
|
3
core/language/en-GB/Types/image_gif.tid
Normal file
3
core/language/en-GB/Types/image_gif.tid
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title: $:/language/Docs/Types/image/gif
|
||||||
|
description: GIF image
|
||||||
|
name: image/gif
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/docs/types/image/jpeg
|
title: $:/language/Docs/Types/image/jpeg
|
||||||
description: JPEG image
|
description: JPEG image
|
||||||
name: image/jpeg
|
name: image/jpeg
|
3
core/language/en-GB/Types/image_png.tid
Normal file
3
core/language/en-GB/Types/image_png.tid
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title: $:/language/Docs/Types/image/png
|
||||||
|
description: PNG image
|
||||||
|
name: image/png
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/docs/types/image/svg+xml
|
title: $:/language/Docs/Types/image/svg+xml
|
||||||
description: Structured Vector Graphics image
|
description: Structured Vector Graphics image
|
||||||
name: image/svg+xml
|
name: image/svg+xml
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/docs/types/image/x-icon
|
title: $:/language/Docs/Types/image/x-icon
|
||||||
description: ICO format icon file
|
description: ICO format icon file
|
||||||
name: image/x-icon
|
name: image/x-icon
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/docs/types/text/css
|
title: $:/language/Docs/Types/text/css
|
||||||
description: Static stylesheet
|
description: Static stylesheet
|
||||||
name: text/css
|
name: text/css
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/docs/types/text/plain
|
title: $:/language/Docs/Types/text/plain
|
||||||
description: Plain text
|
description: Plain text
|
||||||
name: text/plain
|
name: text/plain
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/docs/types/text/vnd.tiddlywiki
|
title: $:/language/Docs/Types/text/vnd.tiddlywiki
|
||||||
description: TiddlyWiki version 5 wikitext
|
description: TiddlyWiki version 5 wikitext
|
||||||
name: text/vnd.tiddlywiki
|
name: text/vnd.tiddlywiki
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/docs/types/text/x-tiddlywiki
|
title: $:/language/Docs/Types/text/x-tiddlywiki
|
||||||
description: TiddlyWiki Classic wikitext
|
description: TiddlyWiki Classic wikitext
|
||||||
name: text/x-tiddlywiki
|
name: text/x-tiddlywiki
|
@ -8,7 +8,7 @@ tags: $:/tags/EditTemplate
|
|||||||
<$reveal state=<<qualify "$:/state/typeDropdown">> type="nomatch" text="" default="">
|
<$reveal state=<<qualify "$:/state/typeDropdown">> type="nomatch" text="" default="">
|
||||||
<div class="tw-block-dropdown tw-edit-type-dropdown">
|
<div class="tw-block-dropdown tw-edit-type-dropdown">
|
||||||
<$linkcatcher to="!!type">
|
<$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>
|
</$list>
|
||||||
</$linkcatcher>
|
</$linkcatcher>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/docs/types/text/x-markdown
|
title: $:/language/Docs/Types/text/x-markdown
|
||||||
description: Markdown
|
description: Markdown
|
||||||
name: text/x-markdown
|
name: text/x-markdown
|
||||||
|
Loading…
Reference in New Issue
Block a user