mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Switched locales to use two-letter form
This commit is contained in:
parent
d72c8fdb46
commit
0592a42c63
4 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@ exclusions.
|
||||||
|
|
||||||
An example file looks like this:
|
An example file looks like this:
|
||||||
|
|
||||||
exc holidays eng-USA
|
exc holidays en-US
|
||||||
exc work 2015-11-26
|
exc work 2015-11-26
|
||||||
exc workweek mon,tue,wed,thu,fri
|
exc workweek mon,tue,wed,thu,fri
|
||||||
exc workday start 8:30am
|
exc workday start 8:30am
|
||||||
|
|
|
@ -64,7 +64,7 @@ preset periods:
|
||||||
[3.1] Exclusions: Work Week
|
[3.1] Exclusions: Work Week
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
$ timew define holidays eng-USA
|
$ timew define holidays en-US
|
||||||
$ timew define holidays work 2015-11-26
|
$ timew define holidays work 2015-11-26
|
||||||
$ timew define week mon-fri
|
$ timew define week mon-fri
|
||||||
$ timew define day start 8:30am
|
$ timew define day start 8:30am
|
||||||
|
|
|
@ -43,7 +43,7 @@ Once the work week is recorded, vague terms like 'yesterday' can be resolved
|
||||||
into actual start/stop timestamps. If you define holidays, then it knows not to
|
into actual start/stop timestamps. If you define holidays, then it knows not to
|
||||||
track time on those days:
|
track time on those days:
|
||||||
|
|
||||||
$ timew define holidays eng-USA
|
$ timew define holidays en-US
|
||||||
|
|
||||||
Furthermore, Timewarrior can fill in gaps. For example:
|
Furthermore, Timewarrior can fill in gaps. For example:
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,7 @@ Yields a combined:
|
||||||
|
|
||||||
Possible exclusions include:
|
Possible exclusions include:
|
||||||
|
|
||||||
$ timew define holidays eng-USA
|
$ timew define holidays en-US
|
||||||
$ timew define week mon-fri
|
$ timew define week mon-fri
|
||||||
$ timew define day start 8:30am
|
$ timew define day start 8:30am
|
||||||
$ timew define day end 1730
|
$ timew define day end 1730
|
||||||
|
@ -101,7 +101,7 @@ Possible exclusions include:
|
||||||
Yielding:
|
Yielding:
|
||||||
|
|
||||||
define exclusions:
|
define exclusions:
|
||||||
holidays = eng-USA
|
holidays = en-US
|
||||||
work = 2015-11-26
|
work = 2015-11-26
|
||||||
week = mon,tue,wed,thu,fri
|
week = mon,tue,wed,thu,fri
|
||||||
day:
|
day:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue