Skip to content

Commit fb525ab

Browse files
committed
rebuild[BirthdayGramplet]Add 'ignore birthday' functionality[gramps50](#206)
1 parent fc4df29 commit fb525ab

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

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.0',
27+
version = '1.1.1',
2828
fname="BirthdaysGramplet.py",
2929
height = 200,
3030
gramplet = 'BirthdaysGramplet',

BirthdaysGramplet/po/template.pot

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-01-22 09:28-0600\n"
11+
"POT-Creation-Date: 2019-07-04 11:28+1000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -17,19 +17,23 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
#: BirthdaysGramplet/BirthdaysGramplet.gpr.py:4
21-
#: BirthdaysGramplet/BirthdaysGramplet.gpr.py:12
20+
#: BirthdaysGramplet/BirthdaysGramplet.gpr.py:24
21+
#: BirthdaysGramplet/BirthdaysGramplet.gpr.py:32
2222
msgid "Birthdays Gramplet"
2323
msgstr ""
2424

25-
#: BirthdaysGramplet/BirthdaysGramplet.gpr.py:5
25+
#: BirthdaysGramplet/BirthdaysGramplet.gpr.py:25
2626
msgid "a gramplet that displays the birthdays of the living people"
2727
msgstr ""
2828

29-
#: BirthdaysGramplet/BirthdaysGramplet.py:41
29+
#: BirthdaysGramplet/BirthdaysGramplet.py:38
3030
msgid "No Family Tree loaded."
3131
msgstr ""
3232

33-
#: BirthdaysGramplet/BirthdaysGramplet.py:50
33+
#: BirthdaysGramplet/BirthdaysGramplet.py:45
34+
msgid "Ignore birthdays with tag"
35+
msgstr ""
36+
37+
#: BirthdaysGramplet/BirthdaysGramplet.py:82
3438
msgid "Processing..."
3539
msgstr ""

0 commit comments

Comments
 (0)