App-SpreadRevolutionaryDate
view release on metacpan or search on metacpan
lib/App/SpreadRevolutionaryDate/MsgMaker/RevolutionaryDate/Locale/en.pm view on Meta::CPAN
#
# This file is part of App-SpreadRevolutionaryDate
#
# This software is Copyright (c) 2019-2026 by Gérald Sédrati.
#
# This is free software, licensed under:
#
# The GNU General Public License, Version 3, June 2007
#
use 5.014;
use utf8;
package App::SpreadRevolutionaryDate::MsgMaker::RevolutionaryDate::Locale::en;
$App::SpreadRevolutionaryDate::MsgMaker::RevolutionaryDate::Locale::en::VERSION = '0.54';
# ABSTRACT: English localization of (part of) L<DateTime::Calendar::FrenchRevolutionary::Locale::en>
use Moose;
with 'App::SpreadRevolutionaryDate::MsgMaker::RevolutionaryDate::Locale';
use Locale::TextDomain 'App-SpreadRevolutionaryDate';
use namespace::autoclean;
has '+months' => (
default => sub {[
'Vintagearious', 'Fogarious', 'Frostarious',
'Snowous', 'Rainous', 'Windous',
'Buddal', 'Floweral', 'Meadowal',
'Reapidor', 'Heatidor', 'Fruitidor',
'additional day',
]},
);
has '+decade_days' => (
default => sub {[
'Firsday',
'Seconday',
'Thirday',
'Fourday',
'Fifday',
'Sixday',
'Sevenday',
'Eightday',
'Nineday',
'Tenday',
]},
);
has '+feast' => (
default => sub {[
# Vendémiaire
qw(
0grape 0saffron 0chestnut 0crocus 0horse
0balsam 0carrot 0amaranth 0parsnip 0vat
0potato 0everlasting 0winter_squash 0mignonette 0donkey
0four_o'clock_flower 0pumpkin 0buckwheat 0sunflower 0wine-press
0hemp 0peach 0turnip 0amaryllis 0ox
0eggplant 0chili_pepper 0tomato 0barley 0barrel
),
# Brumaire
qw(
0apple 0celery 0pear 0beetroot 0goose
0heliotrope 0fig 0black_salsify 0chequer_tree 0plow
0salsify 0water_chestnut 0jerusalem_artichoke 0endive 0turkey
0skirret 0cress 0leadworts 0pomegranate 0harrow
0baccharis 0azarole 0madder 0orange 0pheasant
0pistachio 0tuberous_pea 0quince 0service_tree 0roller
),
# Frimaire
qw(
0rampion 0turnip 0chicory 0medlar 0pig
0corn_salad 0cauliflower 0honey 0juniper 0pickaxe
0wax 0horseradish 0cedar_tree 0fir_tree 0roe_deer
0gorse 0cypress_tree 0ivy 0savin_juniper 0grub-hoe
0maple_tree 0heather 0reed 0sorrel 0cricket
0pine_nut 0cork 0truffle 0olive 0shovel
),
# Nivôse
qw(
0peat 0coal 0bitumen 0sulphur 0dog
0lava 0topsoil 0manure 0saltpeter 0flail
( run in 0.472 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )