1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-13 22:33:18 +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:
Jermolene 2014-05-31 22:38:50 +01:00
parent ffd9df670d
commit 13463a47c5
12 changed files with 14 additions and 2 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
title: $:/language/Docs/Types/image/jpeg
description: JPEG image
name: image/jpeg
group: Image

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
title: $:/language/Docs/Types/text/css
description: Static stylesheet
name: text/css
group: Developer

View File

@ -1,3 +1,4 @@
title: $:/language/Docs/Types/text/html
description: HTML markup
name: text/html
group: Text

View File

@ -1,3 +1,4 @@
title: $:/language/Docs/Types/text/plain
description: Plain text
name: text/plain
group: Text

View File

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

View File

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