summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-08-02 11:01:30 +0200
committerGitHub <noreply@github.com>2016-08-02 11:01:30 +0200
commitb8c3e0635ecb66c38b58cfadabab7acd297d8dc9 (patch)
treeae28054e7b37c40900da72dbc0185e4cc9a2ece0 /js
parent69ffeac160e36c53be0441789550bd737805fd93 (diff)
💀 Deathdate … and anniversary! 🎉 (#472)
* Adding date of death - refs #464 * More space for the label * Adding anniversary
Diffstat (limited to 'js')
-rw-r--r--js/services/vCardProperties.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/services/vCardProperties.js b/js/services/vCardProperties.js
index eb7ce6d0..348694dd 100644
--- a/js/services/vCardProperties.js
+++ b/js/services/vCardProperties.js
@@ -66,6 +66,14 @@ angular.module('contactsApp')
readableName: t('contacts', 'Birthday'),
template: 'date'
},
+ anniversary: {
+ readableName: t('contacts', 'Anniversary'),
+ template: 'date'
+ },
+ deathdate: {
+ readableName: t('contacts', 'Date of Death'),
+ template: 'date'
+ },
email: {
multiple: true,
readableName: t('contacts', 'Email'),
@@ -138,6 +146,8 @@ angular.module('contactsApp')
'impp',
'nick',
'bday',
+ 'anniversary',
+ 'deathdate',
'url',
'X-SOCIALPROFILE',
'note',