From 002313b9c509188816681fb60781912bd839957e Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Thu, 3 Oct 2024 10:50:51 +0800 Subject: [PATCH 1/2] Move text/markdown type from plugin & localize it. --- .../language/en-GB/Types/text_markdown.tid | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/tiddlywiki/markdown/docs_type_markdown.tid => core/language/en-GB/Types/text_markdown.tid (100%) mode change 100755 => 100644 diff --git a/plugins/tiddlywiki/markdown/docs_type_markdown.tid b/core/language/en-GB/Types/text_markdown.tid old mode 100755 new mode 100644 similarity index 100% rename from plugins/tiddlywiki/markdown/docs_type_markdown.tid rename to core/language/en-GB/Types/text_markdown.tid From 1a8bd6eba5cb7e0701e2a8bcadb31f30a556cd8c Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Mon, 7 Oct 2024 10:06:02 +0800 Subject: [PATCH 2/2] Localize text/markdown type --- languages/ca-ES/Types/text_markdown.tid | 4 ++++ languages/da-DK/Types/text_markdown.tid | 4 ++++ languages/el-GR/Types/text_markdown.tid | 4 ++++ languages/es-ES/Types/text_markdown.tid | 4 ++++ languages/he-IL/Types/text_markdown.tid | 4 ++++ languages/hi-IN/Types/text_markdown.tid | 5 +++++ languages/ia-IA/Types/text_markdown.tid | 4 ++++ languages/it-IT/text_markdown.tid | 4 ++++ languages/ko-KR/Types/text_markdown.tid | 4 ++++ languages/mk-MK/Types/text_markdown.tid | 4 ++++ languages/nl-NL/Types/text_markdown.tid | 4 ++++ languages/pa-IN/Types/text_markdown.tid | 4 ++++ languages/pt-BR/Types/text_markdown.tid | 4 ++++ languages/pt-PT/Types/text_markdown.tid | 4 ++++ languages/ru-RU/Types/text_markdown.tid | 4 ++++ languages/sl-SI/Types/text_markdown.tid | 4 ++++ languages/zh-Hans/Types/text_markdown.tid | 4 ++++ languages/zh-Hant/Types/text_markdown.tid | 4 ++++ 18 files changed, 73 insertions(+) create mode 100644 languages/ca-ES/Types/text_markdown.tid create mode 100644 languages/da-DK/Types/text_markdown.tid create mode 100644 languages/el-GR/Types/text_markdown.tid create mode 100644 languages/es-ES/Types/text_markdown.tid create mode 100644 languages/he-IL/Types/text_markdown.tid create mode 100644 languages/hi-IN/Types/text_markdown.tid create mode 100644 languages/ia-IA/Types/text_markdown.tid create mode 100644 languages/it-IT/text_markdown.tid create mode 100644 languages/ko-KR/Types/text_markdown.tid create mode 100644 languages/mk-MK/Types/text_markdown.tid create mode 100644 languages/nl-NL/Types/text_markdown.tid create mode 100644 languages/pa-IN/Types/text_markdown.tid create mode 100644 languages/pt-BR/Types/text_markdown.tid create mode 100644 languages/pt-PT/Types/text_markdown.tid create mode 100644 languages/ru-RU/Types/text_markdown.tid create mode 100644 languages/sl-SI/Types/text_markdown.tid create mode 100644 languages/zh-Hans/Types/text_markdown.tid create mode 100644 languages/zh-Hant/Types/text_markdown.tid diff --git a/languages/ca-ES/Types/text_markdown.tid b/languages/ca-ES/Types/text_markdown.tid new file mode 100644 index 00000000000..0e5c1edef22 --- /dev/null +++ b/languages/ca-ES/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Text diff --git a/languages/da-DK/Types/text_markdown.tid b/languages/da-DK/Types/text_markdown.tid new file mode 100644 index 00000000000..34ac4df3883 --- /dev/null +++ b/languages/da-DK/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Tekst diff --git a/languages/el-GR/Types/text_markdown.tid b/languages/el-GR/Types/text_markdown.tid new file mode 100644 index 00000000000..58a0112e7ae --- /dev/null +++ b/languages/el-GR/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Κειμένου diff --git a/languages/es-ES/Types/text_markdown.tid b/languages/es-ES/Types/text_markdown.tid new file mode 100644 index 00000000000..dc3cda750e4 --- /dev/null +++ b/languages/es-ES/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Texto diff --git a/languages/he-IL/Types/text_markdown.tid b/languages/he-IL/Types/text_markdown.tid new file mode 100644 index 00000000000..ede25bd13e8 --- /dev/null +++ b/languages/he-IL/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: טקסט diff --git a/languages/hi-IN/Types/text_markdown.tid b/languages/hi-IN/Types/text_markdown.tid new file mode 100644 index 00000000000..c3a05fe8e52 --- /dev/null +++ b/languages/hi-IN/Types/text_markdown.tid @@ -0,0 +1,5 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: +टेक्स्ट \ No newline at end of file diff --git a/languages/ia-IA/Types/text_markdown.tid b/languages/ia-IA/Types/text_markdown.tid new file mode 100644 index 00000000000..dc3cda750e4 --- /dev/null +++ b/languages/ia-IA/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Texto diff --git a/languages/it-IT/text_markdown.tid b/languages/it-IT/text_markdown.tid new file mode 100644 index 00000000000..59c5ea43601 --- /dev/null +++ b/languages/it-IT/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Testo diff --git a/languages/ko-KR/Types/text_markdown.tid b/languages/ko-KR/Types/text_markdown.tid new file mode 100644 index 00000000000..4d883fd4b0a --- /dev/null +++ b/languages/ko-KR/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: 텍스트 diff --git a/languages/mk-MK/Types/text_markdown.tid b/languages/mk-MK/Types/text_markdown.tid new file mode 100644 index 00000000000..66121ed1462 --- /dev/null +++ b/languages/mk-MK/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Текст diff --git a/languages/nl-NL/Types/text_markdown.tid b/languages/nl-NL/Types/text_markdown.tid new file mode 100644 index 00000000000..34ac4df3883 --- /dev/null +++ b/languages/nl-NL/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Tekst diff --git a/languages/pa-IN/Types/text_markdown.tid b/languages/pa-IN/Types/text_markdown.tid new file mode 100644 index 00000000000..5b9d28ad7dc --- /dev/null +++ b/languages/pa-IN/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: ਟੈਕਸਟ diff --git a/languages/pt-BR/Types/text_markdown.tid b/languages/pt-BR/Types/text_markdown.tid new file mode 100644 index 00000000000..dc3cda750e4 --- /dev/null +++ b/languages/pt-BR/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Texto diff --git a/languages/pt-PT/Types/text_markdown.tid b/languages/pt-PT/Types/text_markdown.tid new file mode 100644 index 00000000000..dc3cda750e4 --- /dev/null +++ b/languages/pt-PT/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Texto diff --git a/languages/ru-RU/Types/text_markdown.tid b/languages/ru-RU/Types/text_markdown.tid new file mode 100644 index 00000000000..66121ed1462 --- /dev/null +++ b/languages/ru-RU/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Текст diff --git a/languages/sl-SI/Types/text_markdown.tid b/languages/sl-SI/Types/text_markdown.tid new file mode 100644 index 00000000000..2921af11caa --- /dev/null +++ b/languages/sl-SI/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: Besedilo diff --git a/languages/zh-Hans/Types/text_markdown.tid b/languages/zh-Hans/Types/text_markdown.tid new file mode 100644 index 00000000000..15bd6d3a108 --- /dev/null +++ b/languages/zh-Hans/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: 文本 diff --git a/languages/zh-Hant/Types/text_markdown.tid b/languages/zh-Hant/Types/text_markdown.tid new file mode 100644 index 00000000000..833c9f2247e --- /dev/null +++ b/languages/zh-Hant/Types/text_markdown.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/text/markdown +description: Markdown +name: text/markdown +group: 文字