Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(client): 💬 footer link text #2632

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/client/src/components/Layout/Footer/FooterDSFR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const Footer = () => {
href: getPath("/mission-et-impact", router.locale),
prefetch: false,
},
text: t("Footer.Le projet", "Le projet"),
text: t("Footer.mission_impact", "Mission et impact"),
},
{
linkProps: {
Expand Down
1 change: 0 additions & 1 deletion apps/client/src/locales/ar/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@
"newsletter": "أسجل في الرسالة الدورية"
},
"Footer": {
"Le projet": "المشروع",
"Newsletter": "رسالة المعلومات",
"help_center": "مركز المساعدة",
"accessibility_link": "متوافق مع شروط سهولة الوصول : لا",
Expand Down
1 change: 0 additions & 1 deletion apps/client/src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@
"newsletter": "Subscribe to the newsletter"
},
"Footer": {
"Le projet": "The project",
"Newsletter": "Newsletter",
"help_center": "Help center",
"accessibility_link": "Accessibility: not compliant",
Expand Down
1 change: 0 additions & 1 deletion apps/client/src/locales/fa/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@
"newsletter": "مشترک شدن در خبرنامه"
},
"Footer": {
"Le projet": "پروژه",
"Newsletter": "خبرنامه",
"help_center": "مرکز پشتیبانی و کمک",
"accessibility_link": "دسترسی: ناسازگار",
Expand Down
4 changes: 2 additions & 2 deletions apps/client/src/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@
"TraduireUneFiche": "Traduire une fiche"
},
"Footer": {
"Le projet": "Le projet",
"Newsletter": "Newsletter",
"help_center": "Consulter le centre d'aide",
"accessibility_link": "Accessibilité : non conforme",
Expand All @@ -403,7 +402,8 @@
"procedures": "Les fiches démarches",
"directory": "L’annuaire des acteurs",
"information_types": "Trois types d’information",
"help_translate": "Aider à traduire"
"help_translate": "Aider à traduire",
"mission_impact": "Mission et impact"
},
"Roles": {
"admin": "Admin",
Expand Down
1 change: 0 additions & 1 deletion apps/client/src/locales/ps/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@
"newsletter": "خبر پاڼه کې ګډون کول"
},
"Footer": {
"Le projet": "پروژه",
"Newsletter": "نیوزلیټر",
"help_center": "د مرستې مرکز",
"accessibility_link": "لاسرسی: مطابقت نلري",
Expand Down
1 change: 0 additions & 1 deletion apps/client/src/locales/ru/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@
"newsletter": "Подписаться на рассылку"
},
"Footer": {
"Le projet": "О Проекте",
"Newsletter": "Подписка",
"help_center": "Помощь",
"accessibility_link": "Accessibilité : non conforme",
Expand Down
1 change: 0 additions & 1 deletion apps/client/src/locales/ti/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@
"newsletter": "ኣብ ጋዜጣና ተመዝገቡ"
},
"Footer": {
"Le projet": "ፕሮጀክት\\ መደብ",
"Newsletter": "መጽሄት \\ትካል ወይ ማሕበር",
"help_center": "ማእከል መሕገዚ",
"accessibility_link": "ምስዚ ዝመሳሰል ኣይተረኽበን",
Expand Down
1 change: 0 additions & 1 deletion apps/client/src/locales/uk/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@
"newsletter": "Підписатися на розсилку новин"
},
"Footer": {
"Le projet": "Проект",
"Newsletter": "Розсилка новин",
"help_center": "Відвідайте довідковий центр",
"accessibility_link": "Доступність: не відповідає вимогам",
Expand Down