diff --git a/config/routes/routes.yaml b/config/routes/routes.yaml
index fa7c395..b6d33f3 100644
--- a/config/routes/routes.yaml
+++ b/config/routes/routes.yaml
@@ -9,7 +9,7 @@ app_main_route:
controller: App\Controller\HomeController:homeNoLocale
app_main_route_withlang:
- path: /{_locale}/
+ path: /{_locale}
controller: App\Controller\HomeController:home
requirements:
_locale: '%app.locales%'
@@ -30,17 +30,17 @@ app_handle_home_form:
app_condition_use:
- path: /{_locale}/app/cou/
+ path: /{_locale}/app/cou
controller: App\Controller\HomeController:conditionsOfUse
requirements:
_locale: '%app.locales%'
app_contact:
- path: /app/contact/
+ path: /app/contact
controller: App\Controller\HomeController:contact
app_link_manager:
- path: /{_locale}/link/manager/
+ path: /{_locale}/link/manager
controller: App\Controller\LinkController:linkManager
condition: "request.isXmlHttpRequest()"
requirements:
@@ -54,7 +54,7 @@ app_link_manager_controller:
_locale: '%app.locales%'
app_link_manager_check_uuid:
- path: /{_locale}/link/manager/checkuuid/
+ path: /{_locale}/link/manager/checkuuid
controller: App\Controller\LinkController:checkUniqueUuid
condition: "request.isXmlHttpRequest()"
requirements:
@@ -68,5 +68,5 @@ app_link_review_link:
_locale: '%app.locales%'
app_link_match:
- path: /{uuid}/
+ path: /{uuid}
controller: App\Controller\LinkController:linkHandler
\ No newline at end of file
diff --git a/templates/full page/cou.html.twig b/templates/full page/cou.html.twig
index 5f90178..00f1915 100644
--- a/templates/full page/cou.html.twig
+++ b/templates/full page/cou.html.twig
@@ -9,7 +9,7 @@
{{ 'app.cou.cookietitle'|trans }}
{{ 'app.cou.cookie'|trans }}
{{ 'app.cou.gdpr'|trans }}
- {{ 'app.cou.track'|trans }}.
+ {{ 'app.cou.track'|trans }}
{{ version }}
diff --git a/templates/security/login.html.twig b/templates/security/login.html.twig
index 9513788..99523e0 100644
--- a/templates/security/login.html.twig
+++ b/templates/security/login.html.twig
@@ -1,4 +1,4 @@
-
+
{% if error %}
{{ error.messageKey }}
diff --git a/templates/security/register.html.twig b/templates/security/register.html.twig
index 533b632..e385b6a 100644
--- a/templates/security/register.html.twig
+++ b/templates/security/register.html.twig
@@ -1,4 +1,4 @@
-
+
{{ form_start(form) }}
diff --git a/translations/messages.de.yml b/translations/messages.de.yml
index baa24a2..1086180 100644
--- a/translations/messages.de.yml
+++ b/translations/messages.de.yml
@@ -1,6 +1,6 @@
app.main.description : "Bester Weg Links zu kürzen"
app.main.what : "URL & Links Kürzer"
-app.main.form.placeholer.link : Hier Link einfügen"
+app.main.form.placeholer.link : "Hier Link einfügen"
app.main.signin: "Anmelden"
app.main.signup: "Neu anmelden"
app.main.signout: "Abmelden"
@@ -17,7 +17,7 @@ app.signup.form.placeholer.email : "Email Adresse"
app.signup.form.placeholer.password : "Passwort"
app.signup.form.placeholer.repeatpassword : "Passwort wiederholen"
-app.linkchecker.description: "Du magst wissen wo dich der Link hinleitet? Hier einfügen."
+app.linkchecker.description: "Du magst wissen, wo dich der Link hinleitet? Hier einfügen."
app.linkchecker.form.placeholder.link: "Einfügen des LESSn links hier"
app.cou.license: "Diese Arbeit ist lizenziert"
@@ -27,8 +27,8 @@ app.cou.github: "GitHub"
app.cou.law: "Deine Links dürfen nicht gegen das europäische Gesetz verstossen."
app.cou.cookietitle: "Cookies Kontrolle und Verschwiegenheit"
app.cou.cookie: "Diese Seite nutzt zusätzliche Cookies, um deine Sitzung zu speichern und dir Sicherheit zu gewährenleisten."
-app.cou.gdpr: "Diese Internetseite beruht auf der Datenschutz-Grundverordnung."
-app.cou.track: "Wir speichern verschlüssert die IP Adressen und Useragenten, um Missbrauch zu verhindert und die Anzahl der Zugriffe eines Linkes zu zählen."
+app.cou.gdpr: "Diese Internetseite beruht auf der Datenschutz - Grundverordnung."
+app.cou.track: "Wir speichern verschlüssert die IP Adressen und Useragenten, um Missbrauch zu verhindert und die Anzahl der Zugriffe eines Links zu zählen."
app.linkmanager.table.uuid: "Einmalige ID"
app.linkmanager.table.url: "URL"
@@ -42,7 +42,7 @@ app.linkmanager.error.forbidden: "Diese Eingabe ist verboten."
app.linkmanager.error.length: "Diese Eingabe ist zu lang."
app.linkmanager.error.taken: "Diese Eingabe ist schon vergeben."
app.linkmanager.error.confirm: "Bist du sicher?"
-app.linkmanager.delete.confirm: Bestätigen"
+app.linkmanager.delete.confirm: "Bestätigen"
app.linkmanager.delete.cancel: "Beenden"
# v1.0.6
diff --git a/translations/messages.et.yml b/translations/messages.et.yml
index cad7856..0d36023 100644
--- a/translations/messages.et.yml
+++ b/translations/messages.et.yml
@@ -17,12 +17,12 @@ app.signup.form.placeholer.email : 'Email'
app.signup.form.placeholer.password : 'Parool'
app.signup.form.placeholer.repeatpassword : 'Parool uuesti'
-app.linkchecker.description: 'Tahad teada, kuhu link sind suunab? Sisesta link allpool.'
-app.linkchecker.form.placeholder.link: 'Sisesta LESSn link siia'
+app.linkchecker.description: 'Tahad teada, kuhu link sind suunab? Sisesta oma link siia alla väljale.'
+app.linkchecker.form.placeholder.link: 'Sisesta oma link siia'
-app.cou.license: "Litsensitingimused :"
+app.cou.license: "Litsensitingimused: "
# Full sentence : The source code is available on GitHub
-app.cou.sourcegithub: 'Lähtekood on kättesaadav'
+app.cou.sourcegithub: 'Lähtekood: '
app.cou.github: 'GitHub'
app.cou.law: 'Sisestatud lingid ei tohi olla vastuolus EL seadustega.'
app.cou.cookietitle: 'Prääniku poliitika'
diff --git a/translations/messages.fr.yml b/translations/messages.fr.yml
index 44c2532..090c642 100644
--- a/translations/messages.fr.yml
+++ b/translations/messages.fr.yml
@@ -24,7 +24,7 @@ app.cou.license: 'Ce site est distribué et mis à disposition sous licence Crea
# Full sentence : The source code is available on GitHub
app.cou.sourcegithub: 'Les sources sont disponibles sur'
app.cou.github: 'GitHub'
-app.cou.law: 'Les liens que vous fournissez ne doivent enfreindre une loi européenne.'
+app.cou.law: 'Les liens que vous fournissez ne doivent enfreindre aucune loi européenne.'
app.cou.cookietitle: 'Cookies et confidentialité'
app.cou.cookie: 'This site uses essential cookies to store your session and to secure the forms (CSRF). Our cookies last one session and include no tracking.'
app.cou.gdpr: 'Ce site respecte la RGPD.'