mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-25 16:36:52 +00:00
makes the new toolbar option fold-bar translatable
This commit is contained in:
parent
41480968ac
commit
4dadbe5ba8
@ -32,6 +32,8 @@ ExportTiddlers/Caption: export tiddlers
|
|||||||
ExportTiddlers/Hint: Export tiddlers
|
ExportTiddlers/Hint: Export tiddlers
|
||||||
Fold/Caption: fold tiddler
|
Fold/Caption: fold tiddler
|
||||||
Fold/Hint: Fold the body of this tiddler
|
Fold/Hint: Fold the body of this tiddler
|
||||||
|
Fold/FoldBar/Caption: fold-bar
|
||||||
|
Fold/FoldBar/Hint: Optional bars to fold and unfold tiddlers
|
||||||
Unfold/Caption: unfold tiddler
|
Unfold/Caption: unfold tiddler
|
||||||
Unfold/Hint: Unfold the body of this tiddler
|
Unfold/Hint: Unfold the body of this tiddler
|
||||||
FoldOthers/Caption: fold other tiddlers
|
FoldOthers/Caption: fold other tiddlers
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
title: $:/core/ui/Buttons/fold-bar
|
title: $:/core/ui/Buttons/fold-bar
|
||||||
tags: $:/tags/ViewToolbar
|
tags: $:/tags/ViewToolbar
|
||||||
caption: fold-bar
|
caption: {{$:/language/Buttons/Fold/FoldBar/Caption}}
|
||||||
description: Optional bars to fold and unfold tiddlers
|
description: {{$:/language/Buttons/Fold/FoldBar/Hint}}
|
||||||
|
|
||||||
<!-- This dummy toolbar button is here to allow visibility of the fold-bar to be controlled as if it were a toolbar button -->
|
<!-- This dummy toolbar button is here to allow visibility of the fold-bar to be controlled as if it were a toolbar button -->
|
Loading…
Reference in New Issue
Block a user