From 4a9530e02d57fda311875e4e11588becd432b30b Mon Sep 17 00:00:00 2001 From: Chris Wachtman Date: Wed, 13 Nov 2024 15:18:38 -0500 Subject: [PATCH] USAGOV-2028-Add-regression-tests-for-footer: Spanish translation for 'Important links' --- automated_tests/e2e-cypress/cypress/fixtures/footer.json | 2 +- .../custom/usagov/templates/footer-identifier.html.twig | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/automated_tests/e2e-cypress/cypress/fixtures/footer.json b/automated_tests/e2e-cypress/cypress/fixtures/footer.json index 86eb016cc8..9dba914562 100644 --- a/automated_tests/e2e-cypress/cypress/fixtures/footer.json +++ b/automated_tests/e2e-cypress/cypress/fixtures/footer.json @@ -71,7 +71,7 @@ "gsa_url": "https://www.gsa.gov/", "important_links": [ "Important links", - "Important links" + "Enlaces importantes" ], "accessibility_support": [ "GSA accessibility support", diff --git a/web/themes/custom/usagov/templates/footer-identifier.html.twig b/web/themes/custom/usagov/templates/footer-identifier.html.twig index 7051982a1f..2b3bb619b8 100644 --- a/web/themes/custom/usagov/templates/footer-identifier.html.twig +++ b/web/themes/custom/usagov/templates/footer-identifier.html.twig @@ -7,7 +7,8 @@ 'official_site_3': ' (GSA, sigla en inglés)', 'accessibility_support': 'Política de accesibilidad de\n GSA (en inglés)', 'privacy_policy': 'Política de privacidad de\n GSA (en inglés)', - 'foia_requests': 'Solicitud a través de\n FOIA (en inglés)' + 'foia_requests': 'Solicitud a través de\n FOIA (en inglés)', + 'important_links': 'Enlaces importantes' } %} {% else %} {% set translations = { @@ -17,7 +18,8 @@ 'official_site_3': '', 'accessibility_support': 'GSA accessibility support', 'privacy_policy': 'GSA privacy policy', - 'foia_requests': 'FOIA requests' + 'foia_requests': 'FOIA requests', + 'important_links': 'Important links' } %} {% endif %} @@ -31,7 +33,7 @@ -