fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Basic biblical tools.
[librarian.git]
/
src
/
librarian
/
elements
/
footnotes
/
__init__.py
diff --git
a/src/librarian/elements/footnotes/__init__.py
b/src/librarian/elements/footnotes/__init__.py
index
a94b968
..
a342e05
100644
(file)
--- a/
src/librarian/elements/footnotes/__init__.py
+++ b/
src/librarian/elements/footnotes/__init__.py
@@
-134,3
+134,11
@@
class PE(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")