mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
l10n: Eliminated STRING_COLUMN_EXAMPLES_*
This commit is contained in:
parent
64f2436d87
commit
75c9dcc6aa
11 changed files with 4 additions and 40 deletions
|
@ -47,9 +47,9 @@ ColumnProject::ColumnProject ()
|
|||
_style = "full";
|
||||
_label = STRING_COLUMN_LABEL_PROJECT;
|
||||
_styles = {"full", "parent", "indented"};
|
||||
_examples = {STRING_COLUMN_EXAMPLES_PROJ,
|
||||
STRING_COLUMN_EXAMPLES_PAR,
|
||||
STRING_COLUMN_EXAMPLES_IND};
|
||||
_examples = {"home.garden",
|
||||
"home",
|
||||
" home.garden"};
|
||||
_hyphenate = context.config.getBoolean ("hyphenate");
|
||||
}
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ ColumnTags::ColumnTags ()
|
|||
_style = "list";
|
||||
_label = STRING_COLUMN_LABEL_TAGS;
|
||||
_styles = {"list", "indicator", "count"};
|
||||
_examples = {STRING_COLUMN_EXAMPLES_TAGS,
|
||||
_examples = {"home @chore next",
|
||||
context.config.get ("tag.indicator"),
|
||||
"[2]"};
|
||||
_hyphenate = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue