Skip to content

Commit e2fb410

Browse files
authored
Feature/add an event page to hausa translation (#435)
1 parent 5dc104a commit e2fb410

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

_articles/ha/events.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: default
3+
lang: en
4+
title: Events
5+
---
6+
7+
# Black Python Devs Events
8+
9+
## Coffee and Code
10+
11+
Join us every Friday for a cup of coffee and a chance to code with fellow Python enthusiasts. Our community is open to all levels of experience, from beginners to experts.
12+
13+
We’ll be discussing the latest trends in Python development, sharing tips and tricks, and working on projects together. Whether you’re looking to learn something new or just want to hang out with like-minded people, this is the perfect opportunity to do so. We look forward to seeing you there!
14+
15+
# Upcoming Conferences
16+
17+
Black Python Devs aims to partner with Python conferences around the world to increase the visibility and opportunities for Black leadership in the Python community. We understand that when you put qualified individuals on stage and at conferences it increases their value and opportunities for employment.
18+
19+
<!--
20+
To add a conference one of the following should apply
21+
22+
1. A Black Python Dev Member should be speaking at the conference
23+
2. The conference should have programs in place to empower Black and other Historically Excluded Communities to contribute.
24+
25+
Sample
26+
-----
27+
28+
## CONFERENCE NAME (DATES), City, Region, Country
29+
30+
ONE SENTENCE DESCRIPTION OF THE CONFERENCE. Be sure to link to the conference itself.
31+
32+
### Speaking
33+
- PERSON - TALK or ROLE NAME
34+
---
35+
-->
36+
37+
Here are some highlighted upcoming conferences where you can find Black Python Developers involved on stage or behind the scenes
38+
39+
{% include conferences.html %}

tests/test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
routes = [
1111
("about"),
1212
("community"),
13-
("conferences"),
1413
("events"),
1514
]
1615

@@ -41,7 +40,6 @@ def test_destination(
4140
("Inicio", "/es/"),
4241
("Eventos", "/es/events/"),
4342
("Comunidad", "/es/community/"),
44-
("Conferencias", "/es/conferences/"),
4543
),
4644
)
4745
def test_headers_in_language(page: Page, title: str, url: str) -> None:
@@ -70,7 +68,6 @@ def test_switching_lang_es_about(page: Page) -> None:
7068
("Nyumbani", "/sw/"),
7169
("Matukio", "/sw/events/"),
7270
("Jumuiya", "/sw/community/"),
73-
("Mikutano", "/sw/conferences/"),
7471
),
7572
)
7673
def test_headers_in_sw(page: Page, title: str, url: str) -> None:
@@ -99,7 +96,6 @@ def test_switching_lang_sw_about(page: Page) -> None:
9996
("Black Python Devs | Blog", "/blog"),
10097
("Black Python Devs | About Us", "/about/"),
10198
("Black Python Devs | Events", "/events/"),
102-
("Black Python Devs | Conferences", "/conferences/"),
10399
("Black Python Devs | Community", "/community/"),
104100
),
105101
)

0 commit comments

Comments
 (0)