l10n: Spelling unification

Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
Valdnet 2021-05-28 09:06:54 +02:00 committed by GitHub
parent 3655427855
commit 95c6084659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -40,20 +40,20 @@ const getFullCalendarLocale = (userLocale, momentLocale) => {
},
direction: 'ltr', // TODO - fix me
buttonText: {
prev: t('calendar', 'prev'),
next: t('calendar', 'next'),
prevYear: t('calendar', 'prev year'),
nextYear: t('calendar', 'next year'),
year: t('calendar', 'year'),
today: t('calendar', 'today'),
month: t('calendar', 'month'),
week: t('calendar', 'week'),
day: t('calendar', 'day'),
list: t('calendar', 'list'),
prev: t('calendar', 'Prev'),
next: t('calendar', 'Next'),
prevYear: t('calendar', 'Prev year'),
nextYear: t('calendar', 'Next year'),
year: t('calendar', 'Year'),
today: t('calendar', 'Today'),
month: t('calendar', 'Month'),
week: t('calendar', 'Week'),
day: t('calendar', 'Day'),
list: t('calendar', 'List'),
},
// TRANSLATORS W is an abbreviation for Week
weekText: t('calendar', 'W'),
allDayText: t('calendar', 'all-day'),
allDayText: t('calendar', 'All day'),
moreLinkText: (n) => t('calendar', '%n more', {}, n),
noEventsText: t('calendar', 'No events to display'),
}