mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Enhancement - StringTable integration
- StringTable now integrated into Context. - Docs updated for new "locale" configuration variable. - StringTable unit tests implemented.
This commit is contained in:
parent
8627a924f7
commit
54789082c9
9 changed files with 134 additions and 13 deletions
|
@ -52,6 +52,23 @@
|
|||
/Users/paul/.task
|
||||
</dd>
|
||||
|
||||
<dt>locale</dt>
|
||||
<dd>
|
||||
<p>
|
||||
A locale can be specified as a combination of an ISO 639-1
|
||||
language code (such as 'en'), and an ISO 3166 country code
|
||||
(such as 'US'), combined in to specify which strings file
|
||||
to load ('en-US').
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If a corresponding strings file is found, it will be loaded,
|
||||
and all subsequent error messages and feedback will be
|
||||
localized. It is an error to specify a locale without a
|
||||
corresponding strings file.
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
<dt>confirmation</dt>
|
||||
<dd>
|
||||
May be "yes" or "no", and determines whether task will ask for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue