Merge pull request #2240 from nextcloud/feature/2218/lunch-illustration

Add dedicated illustration for lunch
This commit is contained in:
Georg Ehrke 2020-05-05 09:59:30 +02:00 committed by GitHub
commit c6c13e3ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -649,15 +649,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