mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
I18N - Att, text
- Added localization messages. - Changed wording in ChangeLog.
This commit is contained in:
parent
f43e47a739
commit
37dd592110
3 changed files with 31 additions and 32 deletions
|
@ -298,7 +298,7 @@ std::string upperCase (const std::string& input)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
const char* optionalBlankLine ()
|
||||
{
|
||||
if (context.config.get ("blanklines", true) == true)
|
||||
if (context.config.get ("blanklines", true) == true) // no i18n
|
||||
return newline;
|
||||
|
||||
return noline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue