Skip to content

Commit 4bb7564

Browse files
committed
New Croation translations for lots of addons
1 parent 1ca1ab8 commit 4bb7564

File tree

101 files changed

+309
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+309
-309
lines changed

AncestorFill/AncestorFill.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
id = 'AncestorFill',
88
name = _("AncestorFill"),
99
description = _("Report on the filling of the tree"),
10-
version = '1.0.12',
10+
version = '1.0.13',
1111
gramps_target_version = "5.1",
1212
include_in_listing = True,
1313
status = STABLE,

AssociationsTool/associationstool.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
id = 'associationstool',
3535
name = _("Check Associations data"),
3636
description = _("Will check the data on Association for people."),
37-
version = '1.0.6',
37+
version = '1.0.7',
3838
gramps_target_version = MODULE_VERSION,
3939
include_in_listing = True,
4040
status = STABLE,

AttachSourceTool/AttachSourceTool.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id = 'AttachSource',
2525
name = _("Attach Source"),
2626
description = _("Attaches a shared source to multiple objects."),
27-
version = '0.0.30',
27+
version = '0.0.31',
2828
gramps_target_version = "5.1",
2929
status = STABLE, # not yet tested with python 3
3030
fname = 'AttachSourceTool.py',

BiographyQuickview/BiographyQuickview.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
id = 'biographyquickview',
99
name = _("Biography"),
1010
description= _("Display a text biography"),
11-
version = '1.0.6',
11+
version = '1.0.7',
1212
gramps_target_version = '5.1',
1313
status = STABLE,
1414
fname = 'BiographyQuickview.py',

BirthOrder/birthorder.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"correct, edit the birth order manually, accept all those "
1313
"families that have all children with proper birth dates, or "
1414
"accept all."),
15-
version = '0.0.8',
15+
version = '0.0.9',
1616
gramps_target_version = '5.1',
1717
status = STABLE,
1818
fname = 'birthorder.py',

BirthdaysGramplet/BirthdaysGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
name = _("Birthdays Gramplet"),
2525
description = _("a gramplet that displays the birthdays of the living people"),
2626
status = STABLE,
27-
version = '1.1.2',
27+
version = '1.1.3',
2828
fname="BirthdaysGramplet.py",
2929
height = 200,
3030
gramplet = 'BirthdaysGramplet',

CalculateEstimatedDates/CalculateEstimatedDates.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
id = 'calculateestimateddates',
99
name = _("Calculate Estimated Dates"),
1010
description = _("Calculates estimated dates for birth and death."),
11-
version = '0.90.29',
11+
version = '0.90.30',
1212
gramps_target_version = "5.1",
1313
status = STABLE, # not yet tested with python 3
1414
fname = 'CalculateEstimatedDates.py',

ChangeGivenNames/ChangeGivenNames.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
name = _("Fix Capitalization of Given Names"),
3737
description = _("Searches the entire database and attempts to "
3838
"fix capitalization of the given names."),
39-
version = '1.0.29',
39+
version = '1.0.30',
4040
gramps_target_version = "5.1",
4141
status = STABLE, # not yet tested with python 3
4242
fname = 'ChangeGivenNames.py',

CheckPlaceTitles/checkplacetitles.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
id = 'checkplacetitle',
2828
name = _("Check Place Titles"),
2929
description = _("Check place titles"),
30-
version = '1.0.7',
30+
version = '1.0.8',
3131
gramps_target_version = "5.1",
3232
include_in_listing = False,
3333
status = UNSTABLE,

CliMerge/CliMerge.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
authors = ["M.D. Nauta"],
1616
authors_email = ["[email protected]"],
1717
description = _("Merge primary objects via the command line."),
18-
version = '1.0.29',
18+
version = '1.0.30',
1919
gramps_target_version = "5.1",
2020
)

0 commit comments

Comments
 (0)