This commit is contained in:
James Cole
2017-11-03 06:42:36 +01:00
parent 6a91ca0f9b
commit 0e34302898
2 changed files with 8 additions and 3 deletions

View File

@@ -144,7 +144,10 @@ return [
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',
'repeat_freq_half-year' => 'every half-year',
'repeat_freq_quarterly' => 'quarterly',
'repeat_freq_monthly' => 'monthly',
'repeat_freq_weekly' => 'weekly',
'weekly' => 'weekly',
'quarterly' => 'quarterly',
'half-year' => 'every half year',