diff options
Diffstat (limited to 'htdocs/src/js/i18n')
| -rw-r--r-- | htdocs/src/js/i18n/locales/en.js | 4 | ||||
| -rw-r--r-- | htdocs/src/js/i18n/locales/fr.js | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/htdocs/src/js/i18n/locales/en.js b/htdocs/src/js/i18n/locales/en.js index c21b739..9717528 100644 --- a/htdocs/src/js/i18n/locales/en.js +++ b/htdocs/src/js/i18n/locales/en.js @@ -25,6 +25,10 @@ const en = { }, }, footer: { + legalNotice: { + txt: 'Legal notice', + link: 'legal-notice.html', + }, license: 'License MIT', }, }; diff --git a/htdocs/src/js/i18n/locales/fr.js b/htdocs/src/js/i18n/locales/fr.js index af1d83c..9c93012 100644 --- a/htdocs/src/js/i18n/locales/fr.js +++ b/htdocs/src/js/i18n/locales/fr.js @@ -25,6 +25,10 @@ const fr = { }, }, footer: { + legalNotice: { + txt: 'Mentions légales', + link: 'mentions-legales.html', + }, license: 'Licence MIT', }, }; |
