Skip to content

Commit

Permalink
Merge pull request #41 from Orange-OpenSource/main-mlh-add-licence-in…
Browse files Browse the repository at this point in the history
…-footer

Add licence in footer
  • Loading branch information
damiengomez authored Jan 8, 2025
2 parents c891ca0 + 12993fa commit 5d3810d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ <h2 class="visually-hidden" data-i18n="common.footer.sitemapAndInformation"></h2
<li><a class="nav-link" data-i18n="common.footer.privacy;common.footer.href_privacy"></a></li>
<li><a class="nav-link" data-i18n="common.footer.accessibilityStatement;common.footer.href_accessibilityStatement"></a></li>
<li><a class="nav-link" data-i18n="common.footer.cookiePolicy;common.footer.href_cookiePolicy"></a></li>
<li><a class="nav-link" data-i18n="common.footer.licence;common.footer.href_licence"></a></li>
</ul>
</div>
</footer>
Expand Down
4 changes: 3 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"accessibilityStatement": "Accessibility: non-compliant",
"href_accessibilityStatement": "../assets/html/accessibility-statement.html",
"cookiePolicy": "Cookie policy",
"href_cookiePolicy": "https://www.orange.com/en/cookie-policy"
"href_cookiePolicy": "https://www.orange.com/en/cookie-policy",
"licence": "AGPL-3.0 license",
"href_licence": "https://github.com/Orange-OpenSource/Tota11ylost?tab=AGPL-3.0-1-ov-file"
}
},
"welcome": {
Expand Down
4 changes: 3 additions & 1 deletion src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"accessibilityStatement": "Accesibilidad : no conforme",
"href_accessibilityStatement": "../assets/html/accessibility-statement.html",
"cookiePolicy": "Política de cookies",
"href_cookiePolicy": "https://www.orange.com/en/cookie-policy"
"href_cookiePolicy": "https://www.orange.com/en/cookie-policy",
"licence": "AGPL-3.0 license",
"href_licence": "https://github.com/Orange-OpenSource/Tota11ylost?tab=AGPL-3.0-1-ov-file"
}
},
"welcome": {
Expand Down
4 changes: 3 additions & 1 deletion src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"accessibilityStatement": "Accessibilité : non conforme",
"href_accessibilityStatement": "../assets/html/accessibility-statement.html",
"cookiePolicy": "Politique des cookies",
"href_cookiePolicy": "https://www.orange.com/fr/politique-en-matiere-de-cookie"
"href_cookiePolicy": "https://www.orange.com/fr/politique-en-matiere-de-cookie",
"licence": "AGPL-3.0 license",
"href_licence": "https://github.com/Orange-OpenSource/Tota11ylost?tab=AGPL-3.0-1-ov-file"
}
},
"welcome": {
Expand Down

0 comments on commit 5d3810d

Please sign in to comment.