Skip to content

Commit c08f0de

Browse files
authored
Translations (#223)
1 parent 5f46f44 commit c08f0de

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
author = "CERT Polska"
3434

3535
# The full version, including alpha/beta/rc tags
36-
release = "1.4.11"
36+
release = "1.4.13"
3737

3838
latex_engine = "xelatex"
3939

scan/libmailgoose/translate.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,18 @@
14661466
"Any text after the all mechanism other than an exp modifier is ignored.",
14671467
"Każdy tekst po mechanizmie 'all' inny niż modyfikator 'exp' jest ignorowany.",
14681468
),
1469+
(
1470+
"include must have a value",
1471+
"Mechanizm 'include' musi mieć wartość",
1472+
),
1473+
(
1474+
"Duplicate pct tags are not permitted",
1475+
"Wielokrotne użycie tagu 'pct' nie jest dozwolone.",
1476+
),
1477+
(
1478+
f"Unknown DMARC tag '{PLACEHOLDER}' was ignored (RFC 9989 requires unknown tags to be ignored).",
1479+
f"Nieznany tag DMARC '{PLACEHOLDER}' został zignorowany (RFC 9989 wymaga, aby nieznane tagi były ignorowane).",
1480+
),
14691481
],
14701482
}
14711483

scan/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="libmailgoose",
12-
version="1.4.11",
12+
version="1.4.13",
1313
description="libmailgoose - check the settings needed to protect against e-mail spoofing",
1414
author="CERT Polska",
1515
author_email="info@cert.pl",

0 commit comments

Comments
 (0)