Ich präzisierte, dass die feiertage gesetzlich sind.

This commit is contained in:
tastytea 2019-02-12 17:05:52 +01:00
parent 796ef06329
commit b6c72598ea
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ using std::chrono::system_clock;
using std::chrono::hours;
using std::uint_fast16_t;
const string version = "2019-02-12_3";
const string version = "2019-02-12_4";
struct Holiday
{
@ -178,7 +178,7 @@ int main()
{
continue;
}
output += "Am " + current_day.date + " ist " + current_day.description + " in ";
output += "Am " + current_day.date + " ist " + current_day.description + ", ein gesetzlicher Feiertag in ";
if (std::find(current_day.regions.begin(), current_day.regions.end(), "NATIONAL") != current_day.regions.end())
{
output += "Deutschland.\n";