summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorTomohiro Masubuchi <bucchi79@gmail.com>2020-08-08 16:10:17 +0900
committerTomohiro Masubuchi <bucchi79@gmail.com>2020-08-09 20:21:05 +0900
commit59f23ed514cf7c653b779af8dc65e26ec221184e (patch)
tree0194d8afcfc9e8c5b4784043a2afb091dbee03b2 /src/components
parent8b8a200c5a277ab0d0547947983af3569f3ad7f2 (diff)
Support phonetic name as sort key
Signed-off-by: Tomohiro Masubuchi <bucchi79@gmail.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Settings/SettingsSortContacts.vue8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/Settings/SettingsSortContacts.vue b/src/components/Settings/SettingsSortContacts.vue
index 11bf0da3..3b696138 100644
--- a/src/components/Settings/SettingsSortContacts.vue
+++ b/src/components/Settings/SettingsSortContacts.vue
@@ -58,6 +58,14 @@ export default {
key: 'lastName',
},
{
+ label: t('contacts', 'Phonetic first name'),
+ key: 'phoneticFirstName',
+ },
+ {
+ label: t('contacts', 'Phonetic last name'),
+ key: 'phoneticLastName',
+ },
+ {
label: t('contacts', 'Display name'),
key: 'displayName',
},