Add locales to branding, especial translated html files

This commit is contained in:
Wolfgang Huß 2021-06-03 17:24:02 +02:00
parent a091ac9689
commit bd0a70ad54
12 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<!-- this file is replaced on rebranding -->
<p>Ich bin der Inhalt vom Verhaltenskodex</p>

View File

@ -0,0 +1,3 @@
<!-- this file is replaced on rebranding -->
<p>Das hier wäre der Inhalt der Datenschutzbestimmungen</p>

View File

@ -0,0 +1,3 @@
<!-- this file is replaced on rebranding -->
<p>Hier stehen die FAQs</p>

View File

@ -0,0 +1,3 @@
<!-- this file is replaced on rebranding -->
<p>Ich bin das Impressum</p>

View File

@ -0,0 +1,3 @@
<!-- this file is replaced on rebranding -->
<p>Ich bin der Inhalt der Seite "Nutzungsbedingungen"</p>

View File

@ -0,0 +1,3 @@
<!-- this file is replaced on rebranding -->
<p>I am the content of the code of conduct</p>

View File

@ -0,0 +1,3 @@
<!-- this file is replaced on rebranding -->
<p>This would be our data privacy section</p>

View File

@ -0,0 +1,3 @@
<!-- this file is replaced on rebranding -->
<p>Here are the FAQs</p>

View File

@ -0,0 +1,3 @@
<!-- this file is replaced on rebranding -->
<p>I am the imprint</p>

View File

@ -0,0 +1,3 @@
<!-- this file is replaced on rebranding -->
<p>I am the content of the page "terms and conditions"<p>

View File

@ -7,3 +7,4 @@ FROM $APP_IMAGE as branded
# copy public constants into the Docker image to brand it
COPY branding/static/ static/
COPY branding/constants/ constants/
COPY branding/locales/ locales/

View File

@ -7,3 +7,4 @@ FROM $APP_IMAGE as branded
# copy public constants into the Docker image to brand it
COPY branding/static/ static/
COPY branding/constants/ constants/
COPY branding/locales/ locales/