From 266ade2699481575a269c68296e8476cef1e3208 Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Wed, 22 Apr 2020 13:15:59 +0300 Subject: [PATCH] Remove newlines around source string because this breaks gettext b/c Esperanto doesn't contain the newline characters (it contains special mapping strings) --- tcms_github_marketplace/locale/en/LC_MESSAGES/django.po | 7 ++----- .../templates/tcms_tenants/override_new.html | 6 ++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/tcms_github_marketplace/locale/en/LC_MESSAGES/django.po b/tcms_github_marketplace/locale/en/LC_MESSAGES/django.po index 64f794b..18a9eeb 100644 --- a/tcms_github_marketplace/locale/en/LC_MESSAGES/django.po +++ b/tcms_github_marketplace/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-04-21 18:31+0000\n" +"POT-Creation-Date: 2020-04-22 10:15+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -106,7 +106,6 @@ msgstr "" #: tcms_github_marketplace/templates/tcms_tenants/override_new.html:49 msgid "" -"\n" "You are about to create a Private Tenant for Kiwi TCMS.\n" "It will take a few minutes until your DB schema is ready!\n" "After clicking the 'Save' button do not close or refresh " @@ -114,9 +113,7 @@ msgid "" "You will be redirected to your new tenant when the creation process is " "complete!\n" "If you see a 500 Internal Server Error page please contact\n" -"kiwitcms@mrsenko.com " -"immediately!\n" -" " +"kiwitcms@mrsenko.com immediately!" msgstr "" #: tcms_github_marketplace/views.py:325 diff --git a/tcms_github_marketplace/templates/tcms_tenants/override_new.html b/tcms_github_marketplace/templates/tcms_tenants/override_new.html index 1ba7b2e..4a2433b 100644 --- a/tcms_github_marketplace/templates/tcms_tenants/override_new.html +++ b/tcms_github_marketplace/templates/tcms_tenants/override_new.html @@ -46,14 +46,12 @@

- {% blocktrans %} -You are about to create a Private Tenant for Kiwi TCMS. +{% blocktrans %}You are about to create a Private Tenant for Kiwi TCMS. It will take a few minutes until your DB schema is ready! After clicking the 'Save' button do not close or refresh this page!
You will be redirected to your new tenant when the creation process is complete! If you see a 500 Internal Server Error page please contact -kiwitcms@mrsenko.com immediately! - {% endblocktrans %} +kiwitcms@mrsenko.com immediately!{% endblocktrans %}