From 180c9bb3a2e63e7beb0ea4f108c39c992bd8d48d Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Mon, 2 Dec 2024 12:15:44 -0500 Subject: [PATCH 1/2] update english nav header with support --- _data/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/locales/en.yml b/_data/locales/en.yml index 232177f..af6ac93 100644 --- a/_data/locales/en.yml +++ b/_data/locales/en.yml @@ -6,7 +6,7 @@ en: - About Us - Events - Community - - Leadership + - Support index: lead: Extending the ecosystem of Python Communities to Black and Colo(u)red Communities around the world. article: From 4616599bfd72560c0b265ef9fd306fdad849fcf8 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Mon, 2 Dec 2024 12:20:21 -0500 Subject: [PATCH 2/2] update tests to include support --- tests/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test.py b/tests/test.py index 8c20e34..88bfcab 100644 --- a/tests/test.py +++ b/tests/test.py @@ -88,6 +88,7 @@ def test_headers_in_language(page_url: tuple[Page, str], route: str) -> None: ("About Us", "/about/"), ("Events", "/events/"), ("Community", "/community/"), + ("Support", "/support/"), ), ) def test_bpdevs_title_en(page_url: tuple[Page, str], title: str, url: str) -> None: