roll up dns changes translations

This commit is contained in:
2021-08-31 09:12:57 +01:00
parent 5821804d42
commit 573c2cf8a0
21 changed files with 352 additions and 105 deletions
@@ -12,26 +12,27 @@ const ApplicationIntro = (props) => {
return (
<div className="govuk-grid-row">
<div className="govuk-grid-column-one-half">
<h1 className="govuk-heading-l">Applications</h1>
<p className="govuk-body">The applications listed are those:</p>
<h1 className="govuk-heading-l">
{t("dnsApplications:page-title")}
</h1>
<p className="govuk-body">
{t("dnsApplications:page-intro-paragraph-1")}
</p>
<ul className="govuk-list govuk-list--bullet">
<li>
Where the developer has advised the Planning
Inspectorate in writing that they intend to submit an
application to us in the future
</li>
<li>
Where an application has already been made to the
Planning Inspectorate and is undergoing the examination
process
</li>
<li>Where a proposal has been decided.</li>
<li> {t("dnsApplications:page-intro-list-item-1")}</li>
<li> {t("dnsApplications:page-intro-list-item-2")}</li>
<li> {t("dnsApplications:page-intro-list-item-3")}</li>
</ul>
<p>
Use the table below to find applications by stage or type.
Alternatively, use the map by clicking on the markers to go
to the applications page. A list of key events and deadlines
for all applications is available on our calendar page.
<p className="govuk-body">
{t("dnsApplications:page-intro-paragraph-2")}{" "}
<Link href="/dns/calendar">
<a className="govuk-link">
{t("dnsApplications:page-intro-paragraph-2-link")}
</a>
</Link>
.
</p>
</div>
<div className="govuk-grid-column-one-half">