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:
Jermolene
2014-02-15 11:32:11 +00:00
parent e9ba7f3d70
commit c43cd325ca
9 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -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]]"/>'' |