-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
movie info show date as YYYY add col orig_lang
- Loading branch information
Kai Lepper
committed
Nov 10, 2021
1 parent
a9d831e
commit bf6cd54
Showing
10 changed files
with
67 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
#pragma once | ||
|
||
|
||
namespace lang { | ||
|
||
|
||
namespace lang | ||
{ | ||
//class Lang | ||
//{ | ||
// std::string_view TITLE{ " Title" }; | ||
// std::string_view DATE{ " Date" }; | ||
// std::string_view NO_RESULT{ "no result!" }; | ||
//}; | ||
|
||
inline char const* const TITLE {"Title"}; | ||
inline char const* const DATE {"Date"}; | ||
inline char const* const EXPECTED_FILE {"argument is not a file!"}; | ||
inline char const* const EXPECTED_DIR {"argument is not a directory!"}; | ||
inline char const* const NO_RESULT {"no result!"}; | ||
inline char const* const ORIG_LANG {"Lang"}; | ||
|
||
|
||
inline char const* const TITLE{ "Title" }; | ||
inline char const* const DATE{ "Date" }; | ||
inline char const* const EXPECTED_FILE{ "argument is not a file!" }; | ||
inline char const* const EXPECTED_DIR{ "argument is not a directory!" }; | ||
inline char const* const NO_RESULT{ "no result!" }; | ||
|
||
}//NS | ||
} // namespace lang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.