Skip to content

Commit aff168b

Browse files
committed
Update or Add initial German translation[gramps50]rebuild
1 parent 79761da commit aff168b

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@ SurnameMappingGramplet/locale/
9292
ThumbnailGenerator/locale/
9393
TimelinePedigreeView/locale/
9494
TimelineQuickview/locale/
95+
TMGimporter/locale/
9596
ToDoReport/locale/
9697
UKWebConnectPack/locale/
9798
USWebConnectPack/locale/
98-
WorldleGramplet/locale/
99+
WordleGramplet/locale/
99100

100101
# Testing
101102
libwebconnect.ini

TMGimporter/importtmg.gpr.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
id = 'im_sqz',
7171
name = _('TMG Project Backup'),
7272
description = _('Import TMG project files'),
73-
version = 'ddonversio.0.1',
73+
version = 'ddonversio.0.2',
7474
gramps_target_version = grampsversion,
7575
include_in_listing = False,
7676
status = STABLE,
@@ -83,7 +83,7 @@
8383
id = 'im_pjc',
8484
name = _('TMG Unsupported'),
8585
description = _('Import TMG project files'),
86-
version = 'ddonversio.0.1',
86+
version = 'ddonversio.0.2',
8787
gramps_target_version = grampsversion,
8888
include_in_listing = False,
8989
status = UNSTABLE,
@@ -96,7 +96,7 @@
9696
id = 'im_tmg',
9797
name = _('TMG Unsupported'),
9898
description = _('Import TMG project files'),
99-
version = 'ddonversio.0.1',
99+
version = 'ddonversio.0.2',
100100
gramps_target_version = grampsversion,
101101
include_in_listing = False,
102102
status = UNSTABLE,
@@ -109,7 +109,7 @@
109109
id = 'im_ver',
110110
name = _('TMG Unsupported'),
111111
description = _('Import TMG project files'),
112-
version = 'ddonversio.0.1',
112+
version = 'ddonversio.0.2',
113113
gramps_target_version = grampsversion,
114114
include_in_listing = False,
115115
status = UNSTABLE,

ToDoReport/TodoReport.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
id = 'TodoReport',
2424
name = _('Todo Report'),
2525
description = _("Produces a list of all the notes with a given tag along with the records that it references, the Person, Family, Event, etc."),
26-
version = '1.2.25',
26+
version = '1.2.26',
2727
gramps_target_version = "5.0",
2828
status = STABLE,
2929
fname = 'TodoReport.py',

UKWebConnectPack/UKWebPack.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name=_("UK Web Connect Pack"),
1111
description = _("Collection of Web sites for the UK (requires libwebconnect)"),
1212
status = STABLE,
13-
version = '1.0.31',
13+
version = '1.0.32',
1414
gramps_target_version = "5.0",
1515
fname="UKWebPack.py",
1616
load_on_reg = True,

USWebConnectPack/USWebPack.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name=_("US Web Connect Pack"),
1111
description = _("Collection of Web sites for the US (requires libwebconnect)"),
1212
status = STABLE, # not yet tested with python 3
13-
version = '1.0.34',
13+
version = '1.0.35',
1414
gramps_target_version = "5.0",
1515
fname="USWebPack.py",
1616
load_on_reg = True,

WordleGramplet/WordleGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
gramplet = 'WordleGramplet',
1010
gramplet_title=_("Wordle"),
1111
gramps_target_version = "5.0",
12-
version = '1.0.11',
12+
version = '1.0.12',
1313
description = "Gramplet used to make word clouds with wordle.net",
1414
authors = ["Douglas Blank"],
1515
authors_email = ["[email protected]"],

0 commit comments

Comments
 (0)