Add dedicated illustration for lunch

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-05-04 21:25:51 +02:00
parent 22c10ca054
commit 4a30c0f1af
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -618,15 +618,21 @@ const data = [{
}, {
strings: [
'Dinner',
'Lunch',
// TRANSLATORS This string is used for matching the event title to an illustration
t('calendar', 'Dinner'),
// TRANSLATORS This string is used for matching the event title to an illustration
t('calendar', 'Lunch'),
],
illustrationNames: [
'dinner',
],
}, {
strings: [
'Lunch',
// TRANSLATORS This string is used for matching the event title to an illustration
t('calendar', 'Lunch'),
],
illustrationNames: [
'eating_together',
],
}]
export default getIllustrationForTitle