Update Occitan.pm

This commit is contained in:
Quentin 2020-11-27 18:30:02 +01:00
parent e7c5005fcc
commit 298266fefd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use vars qw(@ISA @DoW @DoWs @MoY @MoYs @AMPM @Dsuf %MoY %DoW $VERSION);
$VERSION = "1.04";
@DoW = qw(dimenge diluns dimars dimècres dijòus divendres dissabte);
@MoY = qw(genièr febrièr mars abrial mai junh
@MoY = qw(genièr febrièr març abrial mai junh
julhet agost octòbre novembre decembre);
@DoWs = map { substr($_,0,3) } @DoW;
@MoYs = map { substr($_,0,3) } @MoY;