Platform: enable title translation in contact form - refs BT#20920

pull/5414/head
NicoDucou 7 months ago
parent 498100cadf
commit 218f6c8a04
  1. 1
      assets/locales/en.json
  2. 2
      src/CoreBundle/Resources/views/Contact/index.html.twig
  3. 3
      translations/messages.en.po
  4. 3
      translations/messages.es.po
  5. 3
      translations/messages.fr.po
  6. 3
      translations/messages.pot

@ -542,5 +542,6 @@
"Error fetching friends list": "Error fetching friends list", "Error fetching friends list": "Error fetching friends list",
"Error fetching users": "Error fetching users", "Error fetching users": "Error fetching users",
"Search users for friends": "Search users for friends", "Search users for friends": "Search users for friends",
"Contact Us": "Contact Us",
"Business card": "Business card" "Business card": "Business card"
} }

@ -5,7 +5,7 @@
{% block content %} {% block content %}
<section id="contact-us" class="py-8"> <section id="contact-us" class="py-8">
<div class="max-w-md mx-auto"> <div class="max-w-md mx-auto">
<h2 class="text-2xl font-semibold text-center mb-6">Contact Us</h2> <h2 class="text-2xl font-semibold text-center mb-6">{{ "Contact Us"|get_lang }}</h2>
{{ form_start(form, {'attr': {'class': 'bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4'}}) }} {{ form_start(form, {'attr': {'class': 'bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4'}}) }}

@ -27369,3 +27369,6 @@ msgstr "Access by role to ticket projects"
msgid "Allow ticket projects to be accesses by specific user roles. Example: ['permissions' => [1 => [17]] where project_id = 1, STUDENT_BOSS = 17." msgid "Allow ticket projects to be accesses by specific user roles. Example: ['permissions' => [1 => [17]] where project_id = 1, STUDENT_BOSS = 17."
msgstr "Allow ticket projects to be accesses by specific user roles. Example: ['permissions' => [1 => [17]] where project_id = 1, STUDENT_BOSS = 17." msgstr "Allow ticket projects to be accesses by specific user roles. Example: ['permissions' => [1 => [17]] where project_id = 1, STUDENT_BOSS = 17."
msgid "Contact Us"
msgstr "Contact Us"

@ -25288,3 +25288,6 @@ msgstr ""
msgid "Signed in as" msgid "Signed in as"
msgstr "Conectado como" msgstr "Conectado como"
msgid "Contact Us"
msgstr "Contactanos"

@ -26043,3 +26043,6 @@ msgstr ""
msgid "Manage the skills of your users, through courses and badges" msgid "Manage the skills of your users, through courses and badges"
msgstr "" msgstr ""
"Gérez les compétences de vos utilisateurs au travers de cours et de badges" "Gérez les compétences de vos utilisateurs au travers de cours et de badges"
msgid "Contact Us"
msgstr "Nous contacter"

@ -27363,3 +27363,6 @@ msgstr ""
msgid "Allow ticket projects to be accesses by specific user roles. Example: ['permissions' => [1 => [17]] where project_id = 1, STUDENT_BOSS = 17." msgid "Allow ticket projects to be accesses by specific user roles. Example: ['permissions' => [1 => [17]] where project_id = 1, STUDENT_BOSS = 17."
msgstr "" msgstr ""
msgid "Contact Us"
msgstr ""

Loading…
Cancel
Save