1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-29 06:24:10 +01:00
php-rrule/tests/i18n/fr_BE.php
rlanvin 200b923c9e Add custom_path option to humanReadable
If the option is present, it'll first look for a file in this folder
before looking into the default folder.
Fix #56
2019-01-13 10:47:43 +00:00

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'
)
);