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

fix tellform patch : default lang

parent 24eefeb3
No related branches found
No related tags found
1 merge request!37Tx services p19 test
Pipeline #41008 failed
......@@ -863,7 +863,7 @@ diff -Naur tellform/config/env/development.js tellform-patch/config/env/developm
port: process.env.MAILER_SMTP_PORT || 465,
diff -Naur tellform/config/express.js tellform-patch/config/express.js
--- tellform/config/express.js 2019-06-03 15:54:01.650435222 +0200
+++ tellform-patch/config/express.js 2019-06-03 19:35:45.728456452 +0200
+++ tellform-patch/config/express.js 2019-06-03 20:56:17.832233360 +0200
@@ -75,7 +75,7 @@
if(config.socketUrl){
......@@ -907,6 +907,15 @@ diff -Naur tellform/config/express.js tellform-patch/config/express.js
});
}
@@ -190,7 +190,7 @@
i18n.configure({
locales: supportedLanguages,
directory: __dirname + '/locales',
- defaultLocale: 'en',
+ defaultLocale: 'fr',
cookie: 'userLang'
});
@@ -340,10 +340,10 @@
// Assume 404 since no middleware responded
......
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