mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-08 02:49:12 +00:00
Reduce the inconsistent use of "language" vs. "lingo"
Now we’re just using the word “lingo” for the macro defined in PageTemplate (where the abbreviation is useful), and using the full word “language” everywhere else. It’s possible that we should be using “locale” instead of “language”, what do you think?
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
title: $:/core/ui/ControlPanel/Basics
|
||||
tags: $:/tags/ControlPanel
|
||||
caption: {{$:/lingo/ControlPanel/Basics/Caption}}
|
||||
caption: {{$:/language/ControlPanel/Basics/Caption}}
|
||||
|
||||
\define lingo-base() $:/lingo/ControlPanel/
|
||||
\define lingo-base() $:/language/ControlPanel/
|
||||
|<<lingo Basics/Version>> |''<<version>>'' |
|
||||
|<$link to="SiteTitle"><<lingo Basics/Title>></$link> |<$edit-text tiddler="SiteTitle" default="" tag="input"/> |
|
||||
|<$link to="SiteSubtitle"><<lingo Basics/Subtitle>></$link> |<$edit-text tiddler="SiteSubtitle" default="" tag="input"/> |
|
||||
|<$link to="$:/status/UserName"><<lingo Basics/Username>></$link> |<$edit-text tiddler="$:/status/UserName" default="" tag="input"/> |
|
||||
|<$link to="$:/config/AnimationDuration"><<lingo Basics/AnimDuration>></$link> |<$edit-text tiddler="$:/config/AnimationDuration" default="" tag="input"/> |
|
||||
|<$link to="$:/DefaultTiddlers"><<lingo Basics/DefaultTiddlers>></$link> |<<lingo Basics/DefaultTiddlers/Prompt>><br> <$edit-text tag="textarea" tiddler="$:/DefaultTiddlers"/><br>//<<lingo Basics/DefaultTiddlers/Hint>>// |
|
||||
|{{$:/lingo/ControlPanel/Language/prompt}} |{{$:/snippets/minilanguageswitcher}} |
|
||||
|{{$:/language/ControlPanel/Language/prompt}} |{{$:/snippets/minilanguageswitcher}} |
|
||||
|<<lingo Basics/Tiddlers>> |''<$count filter="[!is[system]]"/>'' |
|
||||
|<<lingo Basics/Tags>> |''<$count filter="[tags[]]"/>'' |
|
||||
|<<lingo Basics/SystemTiddlers>> |''<$count filter="[is[system]]"/>'' |
|
||||
|
||||
Reference in New Issue
Block a user