tp: rename field translation

This commit is contained in:
Mathieu Jaumotte 2021-09-15 16:11:25 +02:00
parent e94790b8ab
commit 6e31e01e51
3 changed files with 4 additions and 4 deletions

View File

@ -52,10 +52,10 @@ Fields.forEach(function(field) {
ClassicEditor ClassicEditor
.create( field ) .create( field )
.then( editor => { .then( editor => {
console.log( 'CkEditor was initialized', editor ); //console.log( 'CkEditor was initialized', editor );
}) })
.catch( error => { .catch( error => {
console.error( error.stack ); console.error( error.stack );
}) })
; ;
}); });

View File

@ -5,7 +5,7 @@
{% block content %} {% block content %}
<div class="thirdparty-edit my-5"> <div class="thirdparty-edit my-5">
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-md-10 col-xxl"> <div class="col-md-10">
<h1> <h1>
{{ 'Update third party %name%'|trans({ '%name%': thirdParty.name }) }} {{ 'Update third party %name%'|trans({ '%name%': thirdParty.name }) }}

View File

@ -12,7 +12,7 @@ thirdparty.No_phonenumber: Aucun numéro de téléphone
thirdparty.No_email: Aucun email thirdparty.No_email: Aucun email
thirdparty.No_comment: Aucun commentaire thirdparty.No_comment: Aucun commentaire
thirdparty.NameCompany: Raison sociale thirdparty.NameCompany: Service/Département
thirdparty.Acronym: Sigle thirdparty.Acronym: Sigle
thirdparty.Categories: Catégories thirdparty.Categories: Catégories
thirdparty.Child: Personne de contact thirdparty.Child: Personne de contact