mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +00:00
Attention Translators! Add "group" field to tiddler types
Apologies to the translators for the extra work. Each translated tiddler type needs a new “group” field that contains a locale-specific group name that in English are “Image”, “Developer” and “Text”.
This commit is contained in:
parent
ffd9df670d
commit
13463a47c5
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/application/json
|
title: $:/language/Docs/Types/application/json
|
||||||
description: JSON data
|
description: JSON data
|
||||||
name: application/json
|
name: application/json
|
||||||
|
group: Developer
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/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
|
||||||
|
group: Developer
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/image/gif
|
title: $:/language/Docs/Types/image/gif
|
||||||
description: GIF image
|
description: GIF image
|
||||||
name: image/gif
|
name: image/gif
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/image/jpeg
|
title: $:/language/Docs/Types/image/jpeg
|
||||||
description: JPEG image
|
description: JPEG image
|
||||||
name: image/jpeg
|
name: image/jpeg
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/image/png
|
title: $:/language/Docs/Types/image/png
|
||||||
description: PNG image
|
description: PNG image
|
||||||
name: image/png
|
name: image/png
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/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
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/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
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/text/css
|
title: $:/language/Docs/Types/text/css
|
||||||
description: Static stylesheet
|
description: Static stylesheet
|
||||||
name: text/css
|
name: text/css
|
||||||
|
group: Developer
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/text/html
|
title: $:/language/Docs/Types/text/html
|
||||||
description: HTML markup
|
description: HTML markup
|
||||||
name: text/html
|
name: text/html
|
||||||
|
group: Text
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/text/plain
|
title: $:/language/Docs/Types/text/plain
|
||||||
description: Plain text
|
description: Plain text
|
||||||
name: text/plain
|
name: text/plain
|
||||||
|
group: Text
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/text/vnd.tiddlywiki
|
title: $:/language/Docs/Types/text/vnd.tiddlywiki
|
||||||
description: TiddlyWiki version 5 wikitext
|
description: TiddlyWiki 5
|
||||||
name: text/vnd.tiddlywiki
|
name: text/vnd.tiddlywiki
|
||||||
|
group: Text
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/text/x-tiddlywiki
|
title: $:/language/Docs/Types/text/x-tiddlywiki
|
||||||
description: TiddlyWiki Classic wikitext
|
description: TiddlyWiki Classic
|
||||||
name: text/x-tiddlywiki
|
name: text/x-tiddlywiki
|
||||||
|
group: Text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user