fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some more data in api.
[wolnelektury.git]
/
src
/
dictionary
/
constants.py
diff --git
a/src/dictionary/constants.py
b/src/dictionary/constants.py
index
0cf2a23
..
59c8b91
100644
(file)
--- a/
src/dictionary/constants.py
+++ b/
src/dictionary/constants.py
@@
-1,5
+1,5
@@
-# This file is part of Wolne
l
ektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja
Nowoczesna Polska
. See NOTICE for more information.
+# This file is part of Wolne
L
ektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja
Wolne Lektury
. See NOTICE for more information.
#
from django.utils.translation import gettext_lazy as _
#
from django.utils.translation import gettext_lazy as _
@@
-9,4
+9,5
@@
FN_TYPES = {
'pe': _("przypisy redaktorów Wolnych Lektur"),
'pr': _("przypisy źródła"),
'pt': _("przypisy tłumacza"),
'pe': _("przypisy redaktorów Wolnych Lektur"),
'pr': _("przypisy źródła"),
'pt': _("przypisy tłumacza"),
+ 'ptrad': _("przypisy tradycyjne"),
}
}