patch-remove-experimental #3

Merged
marko merged 2 commits from patch-remove-experimental into dev 2025-10-14 03:33:34 +00:00

2 Commits

Author SHA1 Message Date
7dae759870 Update copyright information and contributors list
Improved the copyright year for the maintainer Marko Oldenburg in
the 77_UWZ.pm file to reflect the current year (2025). This ensures
the file remains up-to-date with regards to authorship.

Additionally, a new contributor, betateilchen, has been added to
the special thanks section for their contribution related to
removing experimental Perl code. Updating the contributors list
acknowledges their efforts in improving the codebase.

No other functional changes were made to the code, and there are
no breaking changes associated with this update.
2025-10-14 04:54:53 +02:00
a469315070 Refactor language handling and cleanup in 77_UWZ.pm
This commit includes several improvements and refactoring to the
77_UWZ.pm file. The primary changes involve unifying language
handling by replacing direct comparisons of the country code with
a call to a new utility function, `contains_string`, which checks
if the `CountryCode` exists within an array. This change enhances
the readability and maintainability of the code.

Additionally, certain code cleanup has been performed, including
minor formatting adjustments for better alignment and spacing,
removing deprecated warning pragmas, and correcting the 'Mäy'
month name spelling in the English months array.

These changes do not introduce any breaking changes, but they
improve the overall structure and consistency of the code, making
future modifications and updates easier.
2025-10-14 04:50:00 +02:00