l10n: Eliminated STRING_CMD_VERSION_*

This commit is contained in:
Paul Beckingham
2018-01-15 13:10:52 -05:00
parent 2422a6bbda
commit d2f3648242
11 changed files with 6 additions and 34 deletions

View File

@@ -36,7 +36,6 @@
#include <Duration.h>
#include <shared.h>
#include <format.h>
#include <i18n.h>
Context context;
@@ -90,13 +89,13 @@ int main (int argc, char** argv)
else if (!strcmp (argv[i], "-v") || !strcmp (argv[i], "--version"))
{
std::cout << '\n'
<< format (STRING_CMD_VERSION_BUILT, "calc", VERSION)
<< format ("calc {2} built for ", VERSION)
<< osName ()
<< '\n'
<< STRING_CMD_VERSION_COPY
<< "Copyright (C) 2006 - 2018 P. Beckingham, F. Hernandez."
<< '\n'
<< '\n'
<< STRING_CMD_VERSION_MIT
<< "Taskwarrior may be copied only under the terms of the MIT license, which may be found in the Taskwarrior source kit."
<< '\n'
<< '\n';