mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
tp: rename field translation
This commit is contained in:
parent
e94790b8ab
commit
6e31e01e51
@ -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 );
|
||||||
})
|
})
|
||||||
;
|
;
|
||||||
});
|
});
|
||||||
|
@ -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 }) }}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user