Skip to content
Snippets Groups Projects
Verified Commit 32d21e7a authored by Guillaume Damiens's avatar Guillaume Damiens
Browse files

add tellform patch

parent 0e099769
No related branches found
No related tags found
1 merge request!37Tx services p19 test
Pipeline #40987 failed
diff -Naur tellform/app/models/plugins/languagePlugin.js tellform-patch/app/models/plugins/languagePlugin.js
--- tellform/app/models/plugins/languagePlugin.js 2019-06-03 15:54:01.650435222 +0200
+++ tellform-patch/app/models/plugins/languagePlugin.js 2019-06-03 16:11:34.056288816 +0200
@@ -17,7 +17,7 @@
var currWord = this.language;
//English is the default backup language
- this.language = 'en';
+ this.language = 'fr';
if(constants.wordToLangCode.has(currWord)){
this.language = constants.wordToLangCode[currWord];
}
diff -Naur tellform/app/views/layout.server.view.pug tellform-patch/app/views/layout.server.view.pug
--- tellform/app/views/layout.server.view.pug 2019-06-03 15:54:01.650435222 +0200
+++ tellform-patch/app/views/layout.server.view.pug 2019-06-03 16:14:06.684587388 +0200
@@ -51,10 +51,7 @@
body
block content
-
- script window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;ga('create','#{google_analytics_id}','auto');ga('send','pageview')
- script(src='https://www.google-analytics.com/analytics.js', async='', defer='')
script(type="text/javascript").
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
diff -Naur tellform/config/locales/fr.json tellform-patch/config/locales/fr.json
--- tellform/config/locales/fr.json 2019-06-03 15:54:01.650435222 +0200
+++ tellform-patch/config/locales/fr.json 2019-06-03 16:08:40.807954389 +0200
@@ -4,14 +4,14 @@
"404_BODY": "%s n'est pas un chemin valide.",
"500_BODY": "Une erreur inattendue semble s'être produite, pourquoi ne pas essayer d'actualiser votre page ? Ou vous pouvez nous contacter si le problème persiste.",
"EMAIL_GREETING": "Bonjour !",
- "VERIFICATION_EMAIL_PARAGRAPH_1": "Bienvenue sur TellForm ! Voici un lien spécial pour activer votre nouveau compte : ",
+ "VERIFICATION_EMAIL_PARAGRAPH_1": "Bienvenue sur PicaForm ! Voici un lien spécial pour activer votre nouveau compte : ",
"VERIFICATION_EMAIL_LINK_TEXT": "Activer mon compte",
"VERIFICATION_EMAIL_PARAGRAPH_2": "Merci infiniment d'utiliser nos services ! Si vous avez des questions ou des suggestions, n'hésitez pas à nous envoyer un courriel ici",
- "VERIFICATION_EMAIL_SUBJECT": "Activer votre nouveau compte TellForm !",
+ "VERIFICATION_EMAIL_SUBJECT": "Activer votre nouveau compte PicaForm !",
"VERIFICATION_EMAIL_TEXT": "Merci de vérifier votre compte en cliquant sur le lien suivant, ou en le copiant dans votre navigateur web : ${URL}",
- "EMAIL_SIGNATURE": "- L'équipe TellForm",
+ "EMAIL_SIGNATURE": "- L'équipe PicaForm",
"WELCOME_EMAIL_PARAGRAPH_1": "Nous aimerions vous accueillir en tant que nouveau membre !",
- "WELCOME_EMAIL_PARAGRAPH_2": "Nous espérons que vous apprécierez l'utilisation de TellForm ! Si vous avez des problèmes, n'hésitez pas à nous envoyer un e-mail ici",
+ "WELCOME_EMAIL_PARAGRAPH_2": "Nous espérons que vous apprécierez l'utilisation de PicaForm ! Si vous avez des problèmes, n'hésitez pas à nous envoyer un e-mail ici",
"WELCOME_EMAIL_SUBJECT": "Bienvenue dans %s!",
"WELCOME_EMAIL_TEXT": "Votre compte a été vérifié avec succès.",
"RESET_PASSWORD_CONFIRMATION_EMAIL_PARAGRAPH_1": "Ceci est un message de courtoisie pour confirmer que votre mot de passe a été modifié.",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment