Skip to content

Commit c86ae17

Browse files
authored
Merge pull request #2 from CodeForAfrica/feat/i18n-language-toggle
Add English/French language toggle with localStorage persistence
2 parents c91ae75 + 8052835 commit c86ae17

3 files changed

Lines changed: 399 additions & 112 deletions

File tree

.claude/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"configurations": [
44
{
55
"name": "drc-ebola-tracker",
6-
"runtimeExecutable": "python",
6+
"runtimeExecutable": "python3",
77
"runtimeArgs": ["-m", "http.server", "3737"],
88
"port": 3737
99
}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DRC · Uganda — Ebola Bundibugyo 2026 Tracker
22

3-
An interactive, map-based dashboard of the 2026 Bundibugyo ebolavirus (BVD) outbreak in the Democratic Republic of the Congo and Uganda. It shows confirmed cases by Ituri health zone on a Leaflet map, with a log/linear color scale, active-case markers, side panels (current snapshot, trends, context), and a national/provincial response summary.
3+
An interactive, map-based dashboard of the 2026 Bundibugyo ebolavirus (BVD) outbreak in the Democratic Republic of the Congo and Uganda. It shows confirmed cases by Ituri health zone on a Leaflet map, with a log/linear color scale, active-case markers, side panels (current snapshot, trends, context), and a national/provincial response summary. The interface is bilingual (English / French) with a 🌐 toggle in the header that remembers your choice.
44

55
## Run it
66

@@ -24,3 +24,5 @@ drc-ebola-tracker/
2424
## Before publishing
2525

2626
Outbreak figures change rapidly and are frequently revised in later reports. **Verify all numbers against the latest WHO Disease Outbreak News before publishing or sharing this dashboard.** This is an independent visualisation for humanitarian information purposes and is not an official WHO product.
27+
28+
The French translations (in the `I18N` object in `index.html`) are AI-assisted drafts. **Have a Francophone reviewer check them before publishing** — especially medical and epidemiological terms, against WHO French (OMS) usage. Place names, figures, and the CSV downloads are intentionally left untranslated.

0 commit comments

Comments
 (0)