-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1357 from digitalfabrik/bugfix/pdf-export
Fix PDF export
- Loading branch information
Showing
39 changed files
with
362 additions
and
1,754 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,8 @@ ALLOWED_HOSTS = | |
STATIC_ROOT = /var/www/integreat-cms/static | ||
# The directory for media files [optional, defaults to "media" in the application directory] | ||
MEDIA_ROOT = /var/www/integreat-cms/media | ||
# The directory for PDF files [optional, defaults to "pdf" in the application directory] | ||
PDF_ROOT = /var/www/integreat-cms/pdf | ||
# The directory for xliff files [optional, defaults to "xliff" in the application directory] | ||
XLIFF_ROOT = /var/www/integreat-cms/xliff | ||
# Enable the possibility to upload legacy file formats [optional, defaults to False] | ||
|
@@ -74,8 +76,6 @@ DB_PORT = <port> | |
REDIS_CACHE = True | ||
# Set this if you want to connect to redis via socket [optional, defaults to None] | ||
REDIS_UNIX_SOCKET = /var/run/redis/redis-server.sock | ||
# The location of the file-based cache (e.g. for PDF files) [optional, defaults to "cache" in the application directory] | ||
FILE_CACHE = /var/cache/integreat-cms | ||
|
||
[email] | ||
# Sender email [optional, defaults to "[email protected]"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: 1.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-04-15 14:48+0000\n" | ||
"POT-Creation-Date: 2022-04-15 20:11+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Integreat <[email protected]>\n" | ||
"Language-Team: Integreat <[email protected]>\n" | ||
|
@@ -3169,7 +3169,7 @@ msgstr "Feedback" | |
|
||
#: cms/templates/_base.html:181 | ||
#: cms/templates/push_notifications/push_notification_list.html:9 | ||
#: core/settings.py:718 | ||
#: core/settings.py:710 | ||
msgid "News" | ||
msgstr "Nachrichten" | ||
|
||
|
@@ -5711,12 +5711,12 @@ msgstr "Unbekannt" | |
msgid "CW" | ||
msgstr "KW" | ||
|
||
#: cms/utils/pdf_utils.py:67 | ||
#: cms/utils/pdf_utils.py:66 | ||
msgid "No valid pages selected for PDF generation." | ||
msgstr "" | ||
"Es wurden keine gültigen Seiten zur Erzeugung der PDF-Datei ausgewählt." | ||
|
||
#: cms/utils/pdf_utils.py:110 | ||
#: cms/utils/pdf_utils.py:113 | ||
msgid "The PDF could not be successfully generated." | ||
msgstr "PDF-Datei konnte nicht erfolgreich erzeugt werden." | ||
|
||
|
@@ -6404,11 +6404,11 @@ msgstr "" | |
msgid "Success: The user {user} cannot publish this page anymore." | ||
msgstr "Erfolg: Der Nutzer {user} kann diese Seite nicht mehr veröffentlichen" | ||
|
||
#: cms/views/pages/page_bulk_actions.py:109 | ||
#: cms/views/pages/page_bulk_actions.py:103 | ||
msgid "XLIFF file for translation to {} successfully created." | ||
msgstr "XLIFF Datei für die Übersetzung nach {} wurde erfolgreich erstellt." | ||
|
||
#: cms/views/pages/page_bulk_actions.py:113 | ||
#: cms/views/pages/page_bulk_actions.py:107 | ||
msgid "If the download does not start automatically, please click {}here{}." | ||
msgstr "" | ||
"Wenn der Download nicht automatisch startet, klicken Sie bitte {}hier{}." | ||
|
Oops, something went wrong.