diff --git a/betty/tests/test_locale.py b/betty/tests/test_locale.py index 3848b8b12..f225e3471 100644 --- a/betty/tests/test_locale.py +++ b/betty/tests/test_locale.py @@ -20,6 +20,8 @@ def _readlines(self, directory_path: Path) -> Iterator[str]: with open(directory_path / 'betty' / 'assets' / 'betty.pot') as f: return filter( lambda line: not line.startswith(( + '# Copyright (C) ', + '# FIRST AUTHOR , ', '"POT-Creation-Date: ', '"PO-Revision-Date: ', '"Generated-By: ',