mirror of
https://github.com/rlanvin/php-rrule.git
synced 2024-11-28 05:24:10 +01:00
200b923c9e
If the option is present, it'll first look for a file in this folder before looking into the default folder. Fix #56
9 lines
150 B
PHP
Executable File
9 lines
150 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'yearly' => array(
|
|
'1' => 'chaque année',
|
|
'2' => 'une années sur deux',
|
|
'else' => 'toutes les %{interval} années'
|
|
)
|
|
); |