Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FI: add unofficial holidays #1885

Merged
merged 17 commits into from
Aug 2, 2024

Commits on Jul 29, 2024

  1. Add Finnish unofficial holidays

    Current implementation generates only list of Public holidays (so
    holidays established by Parliament). However there are also quite a lot
    of so called "flag flying days" ("liputuspäivät" in Finnish or "flaggdagar"
    in Swedish) that don't have official holiday status, but still it's
    quite common for businesses to have shorter opening hours or to be
    completely closed.
    
    So this adds a list of those holidays under unofficial category.
    The English and Swedish translations are taken from the
    Ministry of the Interior website, and for Ukrainian one I asked a
    Ukrainian friend of mine (who's native language is Ukrainian) to
    review the list for me.
    
    Sources:
    
    - https://en.wikipedia.org/wiki/Flag_flying_days_in_Finland
    - https://intermin.fi/en/flag-and-arms/flag-flying-days (Ministry of the
      Interior of Finland)
    alexei-mobal committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    56d6373 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    30a15ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4187fdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48c4be7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aca593b View commit details
    Browse the repository at this point in the history
  5. Init unofficial holidays test class just once

    As requested in PR by arkid15r.
    alexei-mobal committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6c3fe32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6259bfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1be73fb View commit details
    Browse the repository at this point in the history
  8. Inline names in tests

    ...that I missed during previous inlining.
    alexei-mobal committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    36d7994 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a2ae77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a97922 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4c92d74 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    b974a00 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. defence -> defense

    alexei-mobal committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cb964a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98281a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7049526 View commit details
    Browse the repository at this point in the history
  4. Update tests naming

    arkid15r committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    253434a View commit details
    Browse the repository at this point in the history