Skip to content

Commit

Permalink
Update or Add initial German translation[gramps50]rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-m888 committed May 3, 2018
1 parent 79761da commit aff168b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ SurnameMappingGramplet/locale/
ThumbnailGenerator/locale/
TimelinePedigreeView/locale/
TimelineQuickview/locale/
TMGimporter/locale/
ToDoReport/locale/
UKWebConnectPack/locale/
USWebConnectPack/locale/
WorldleGramplet/locale/
WordleGramplet/locale/

# Testing
libwebconnect.ini
Expand Down
8 changes: 4 additions & 4 deletions TMGimporter/importtmg.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
id = 'im_sqz',
name = _('TMG Project Backup'),
description = _('Import TMG project files'),
version = 'ddonversio.0.1',
version = 'ddonversio.0.2',
gramps_target_version = grampsversion,
include_in_listing = False,
status = STABLE,
Expand All @@ -83,7 +83,7 @@
id = 'im_pjc',
name = _('TMG Unsupported'),
description = _('Import TMG project files'),
version = 'ddonversio.0.1',
version = 'ddonversio.0.2',
gramps_target_version = grampsversion,
include_in_listing = False,
status = UNSTABLE,
Expand All @@ -96,7 +96,7 @@
id = 'im_tmg',
name = _('TMG Unsupported'),
description = _('Import TMG project files'),
version = 'ddonversio.0.1',
version = 'ddonversio.0.2',
gramps_target_version = grampsversion,
include_in_listing = False,
status = UNSTABLE,
Expand All @@ -109,7 +109,7 @@
id = 'im_ver',
name = _('TMG Unsupported'),
description = _('Import TMG project files'),
version = 'ddonversio.0.1',
version = 'ddonversio.0.2',
gramps_target_version = grampsversion,
include_in_listing = False,
status = UNSTABLE,
Expand Down
2 changes: 1 addition & 1 deletion ToDoReport/TodoReport.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
id = 'TodoReport',
name = _('Todo Report'),
description = _("Produces a list of all the notes with a given tag along with the records that it references, the Person, Family, Event, etc."),
version = '1.2.25',
version = '1.2.26',
gramps_target_version = "5.0",
status = STABLE,
fname = 'TodoReport.py',
Expand Down
2 changes: 1 addition & 1 deletion UKWebConnectPack/UKWebPack.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name=_("UK Web Connect Pack"),
description = _("Collection of Web sites for the UK (requires libwebconnect)"),
status = STABLE,
version = '1.0.31',
version = '1.0.32',
gramps_target_version = "5.0",
fname="UKWebPack.py",
load_on_reg = True,
Expand Down
2 changes: 1 addition & 1 deletion USWebConnectPack/USWebPack.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name=_("US Web Connect Pack"),
description = _("Collection of Web sites for the US (requires libwebconnect)"),
status = STABLE, # not yet tested with python 3
version = '1.0.34',
version = '1.0.35',
gramps_target_version = "5.0",
fname="USWebPack.py",
load_on_reg = True,
Expand Down
2 changes: 1 addition & 1 deletion WordleGramplet/WordleGramplet.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
gramplet = 'WordleGramplet',
gramplet_title=_("Wordle"),
gramps_target_version = "5.0",
version = '1.0.11',
version = '1.0.12',
description = "Gramplet used to make word clouds with wordle.net",
authors = ["Douglas Blank"],
authors_email = ["[email protected]"],
Expand Down

0 comments on commit aff168b

Please sign in to comment.