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: 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: