Merge branch 'main' into update-hungarian-translation

This commit is contained in:
Balázs Szücs 2025-06-11 18:49:48 +02:00 committed by GitHub
commit 6bda6fd4d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,7 +207,7 @@ def compare_files(
if __name__ == "__main__":
directory = os.path.join(os.getcwd(), "src", "main", "resources")
directory = os.path.join(os.getcwd(), "stirling-pdf", "src", "main", "resources")
messages_file_paths = glob.glob(os.path.join(directory, "messages_*.properties"))
reference_file = os.path.join(directory, "messages_en_GB.properties")