make footer translateable

pull/1/head
ansuz 7 years ago
parent bd45aeaa03
commit 7537caf8fe

@ -46,7 +46,9 @@ define([
h('div.container', [ h('div.container', [
h('div.row', [ h('div.row', [
footerCol(null, [ footerCol(null, [
setHTML(h('div.cp-bio-foot'), '<p>With CryptPad, you can make quick collaborative documents for taking notes and writing down ideas together.</p>'), h('div.cp-bio-foot', [
h('p', Msg.main_footerText)
])
], ''), ], ''),
/* footerCol(null, [ /* footerCol(null, [
footLink('/about.html', 'about'), footLink('/about.html', 'about'),

@ -545,6 +545,7 @@ define(function () {
out.main_whiteboardPad = 'Whiteboard'; out.main_whiteboardPad = 'Whiteboard';
out.main_localPads = 'Local Pads'; out.main_localPads = 'Local Pads';
out.main_yourCryptDrive = 'Your CryptDrive'; out.main_yourCryptDrive = 'Your CryptDrive';
out.main_footerText = "With CryptPad, you can make quick collaborative documents for taking notes and writing down ideas together.";
out.footer_applications = "Applications"; out.footer_applications = "Applications";
out.footer_contact = "Contact"; out.footer_contact = "Contact";

Loading…
Cancel
Save