Skip to content

Commit

Permalink
Add more information to the demonstration project (#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Feb 9, 2025
1 parent 070b3e4 commit e05fc94
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions betty/project/extension/demo/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ async def create_project(app: App, project_directory_path: Path) -> Project:
name=Demo.plugin_id(),
license=PluginInstanceConfiguration("spdx-gpl-3--0-or-later"),
title={
"en-US": "a Betty demonstration",
"de-DE": "eine Betty-Demonstration",
"fr-FR": "une démonstration de Betty",
"nl-NL": "een demonstratie van Betty",
"uk": "демонстрація Betty",
"en-US": "A Betty demonstration",
"de-DE": "Eine Betty-Demonstration",
"fr-FR": "Une démonstration de Betty",
"nl-NL": "Een demonstratie van Betty",
"uk": "Демонстрація Betty",
},
author={
"en-US": "Bart Feenstra and contributors",
Expand Down Expand Up @@ -512,6 +512,7 @@ def _streetmix_image(person: Person) -> None:
event_type=Birth(),
date=DateRange(Date(1970, 1, 1), start_is_boundary=True),
place=netherlands,
citations=[cite_first_person_account],
)
ancestry.add(birth_of_johan_de_boer)

Expand Down

0 comments on commit e05fc94

Please sign in to comment.