Skip to content

Commit 2e79e78

Browse files
committed
italian translation: not needed, thus removed
1 parent f90cae5 commit 2e79e78

File tree

4 files changed

+1
-180
lines changed

4 files changed

+1
-180
lines changed

development.ini.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pyramid.default_locale_name = en
1414
pyramid.available_languages =
1515
de
1616
fr
17-
it
1817

1918
# TODO: Figure out why this causes an issue with zope.transaction (this raises transaction.interfaces.NoTransaction)
2019
# pyramid.includes =
-170 Bytes
Binary file not shown.

src/privatim/locale/it/LC_MESSAGES/privatim.po

Lines changed: 0 additions & 174 deletions
This file was deleted.

src/privatim/views/templates/person.pt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55

66
<div metal:fill-slot="content">
77

8-
<h1 i18n:translate>Person</h1>
9-
10-
<p>${person.fullname}</p>
11-
12-
8+
<h1 i18n:translate>${person.fullname}</h1>
139

1410

1511
</div>

0 commit comments

Comments
 (0)