mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-06 00:38:06 +00:00
Add localisable strings for vanilla (#2422)
* Add localisable strings for vanilla * Remove system tiddler for theme tweaks from fr-FR edition
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
title: $:/plugins/tiddlywiki/translators/templates/ThemeTweaks.multids
|
||||
|
||||
{{$:/language/ThemeTweaks/||$:/plugins/tiddlywiki/translators/templates/multids}}
|
||||
@@ -15,6 +15,7 @@ tags: $:/tags/TranslationGroup
|
||||
-[all[tiddlers+shadows]prefix[$:/language/RelativeDate/]]
|
||||
-[all[tiddlers+shadows]prefix[$:/language/Search/]]
|
||||
-[all[tiddlers+shadows]prefix[$:/language/SideBar/]]
|
||||
-[all[tiddlers+shadows]prefix[$:/language/ThemeTweaks/]]
|
||||
-[all[tiddlers+shadows]prefix[$:/language/TiddlerInfo/]]
|
||||
[all[tiddlers+shadows]prefix[$:/config/NewJournal/]]
|
||||
[[$:/SiteTitle]]
|
||||
|
||||
16
plugins/tiddlywiki/translators/ui/group/ThemeTweaks.tid
Normal file
16
plugins/tiddlywiki/translators/ui/group/ThemeTweaks.tid
Normal file
@@ -0,0 +1,16 @@
|
||||
title: $:/plugins/tiddlywiki/translators/ui/group/ThemeTweaks
|
||||
caption: Theme Tweaks
|
||||
tags: $:/tags/TranslationGroup
|
||||
|
||||
\define translatableTiddlerTitles()
|
||||
[all[tiddlers+shadows]prefix[$:/language/ThemeTweaks/]sort[title]]
|
||||
\end
|
||||
\define shortenTitle()
|
||||
[all[current]removeprefix[$:/language/ThemeTweaks/]]
|
||||
\end
|
||||
|
||||
! Theme Tweaks
|
||||
|
||||
Strings used in the theme tweaks for Vanilla.
|
||||
|
||||
<<translatableStringEditor>>
|
||||
Reference in New Issue
Block a user