Skip to content

Commit

Permalink
Merge pull request #1203 from dis-moi/fix/website/links
Browse files Browse the repository at this point in the history
feat(website):  change contributors path to /profils in fr
  • Loading branch information
JalilArfaoui authored Dec 22, 2021
2 parents 0f895d9 + 630a040 commit de518fd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 140 deletions.
4 changes: 1 addition & 3 deletions src/libs/i18n/resources/en/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import extension from './extension.json';
import profiles from './profiles.json';
import website from './website.json';
import websiteLMEL from './website.json';

export default {
extension,
profiles,
website,
websiteLMEL
website
};
127 changes: 0 additions & 127 deletions src/libs/i18n/resources/en/websiteLMEL.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/libs/i18n/resources/fr/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
},
"path": {
"profiles": {
"contributors": "eclaireurs",
"contributors": "profils",
"subscriptions": "mes-abonnements"
},
"appear": "/apparition",
Expand Down
2 changes: 1 addition & 1 deletion src/libs/i18n/resources/fr/website.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
}
},
"links": {
"guides": "/fr/eclaireurs",
"guides": "/fr/profils",
"about": "/fr/a-propos",
"contact": "/fr/contact",
"contribuer": "/fr/contribuer",
Expand Down
16 changes: 8 additions & 8 deletions src/libs/i18n/resources/fr/websiteLMEL.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@
}
},
"links": {
"guides": "/fr/contributeurs",
"about": "/fr/a-propos",
"contact": "/fr/contact",
"contribuer": "/fr/contribuer",
"press": "/fr/espace-presse",
"legal": "/fr/mentions-legales",
"privacy": "/fr/privacy",
"tcu": "/fr/tcu",
"guides": "/profils",
"about": "/a-propos",
"contact": "/contact",
"contribuer": "/contribuer",
"press": "/espace-presse",
"legal": "/mentions-legales",
"privacy": "/privacy",
"tcu": "/tcu",
"home": "/"
}
}

0 comments on commit de518fd

Please sign in to comment.