mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-04 22:40:28 +00:00
5bb74319e1
The user interface needs some refinements but it shows the basic principles. The idea is that the translator would email their modified file, which would then be merged into the core repo (some additional tools will be helpful for this). Fixes #984
28 lines
1020 B
Plaintext
28 lines
1020 B
Plaintext
title: $:/plugins/tiddlywiki/translators/ui/group/Miscellaneous
|
|
caption: Miscellaneous
|
|
tags: $:/tags/TranslationGroup
|
|
|
|
\define translatableTiddlerTitles()
|
|
[all[tiddlers+shadows]prefix[$:/language/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/Buttons/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/ControlPanel/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/Date/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/Docs/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/EditTemplate/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/Filters/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/Help/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/Import/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/RelativeDate/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/Search/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/SideBar/]]
|
|
-[all[tiddlers+shadows]prefix[$:/language/TiddlerInfo/]]
|
|
[all[tiddlers+shadows]prefix[$:/config/NewJournal/]]
|
|
[[$:/SiteTitle]]
|
|
[[$:/SiteSubtitle]]
|
|
+[sort[title]]
|
|
\end
|
|
|
|
Miscellaneous translatable strings.
|
|
|
|
<<translatableStringEditor>>
|