Basic biblical tools.
[librarian.git] / src / librarian / elements / footnotes / __init__.py
index a94b968..a342e05 100644 (file)
@@ -134,3 +134,11 @@ class PE(Footnote):
     def qualifier(self):
         _ = self.gettext
         return _("source editor's footnote")
     def qualifier(self):
         _ = self.gettext
         return _("source editor's footnote")
+
+
+class PTrad(Footnote):
+    """Przypis tradycyjny."""
+    @property
+    def qualifier(self):
+        _ = self.gettext
+        return _("traditional footnote")