Skip to content

Commit

Permalink
Merge pull request #622 from MewenLeHo/master-mlh-hotfix-fix-glossary…
Browse files Browse the repository at this point in the history
…-ease

[Hotfix] Fix glossary translation system
  • Loading branch information
YoannRoselier authored Jan 13, 2025
2 parents cf77c25 + cea13b1 commit cf899ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_data/glossary.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ module.exports = {
},
"EASE": {
"base": "<span lang='en'>e-Accessibility Solutions for Everyone</span>",
"fr": "ancien nom du Centre d'Expertise en Accessibilité Numérique du groupe Orange"
"fr": "ancien nom du Centre d'Expertise en Accessibilité Numérique du groupe Orange",
"en": "former name of the Orange Digital Accessibility Expertise Center"
},
"EULA": {
"base": "<span lang='en'>End-User Licence Agreement</span>",
Expand Down

0 comments on commit cf899ea

Please sign in to comment.