Skip to content

Commit

Permalink
synautil.pas: Fixed the month names
Browse files Browse the repository at this point in the history
  • Loading branch information
Slasar41 committed Oct 3, 2024
1 parent fb39671 commit 586dd7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions baseunits/synapse/synautil.pas
Original file line number Diff line number Diff line change
Expand Up @@ -395,16 +395,16 @@ implementation
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'),
('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', //English
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'),
('jan', 'f�v', 'mar', 'avr', 'mai', 'jun', //French
'jul', 'ao�', 'sep', 'oct', 'nov', 'd�c'),
('jan', 'fév', 'mar', 'avr', 'mai', 'jun', //French
'jul', 'aoû', 'sep', 'oct', 'nov', 'déc'),
('jan', 'fev', 'mar', 'avr', 'mai', 'jun', //French#2
'jul', 'aou', 'sep', 'oct', 'nov', 'dec'),
('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', //German
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'),
('Jan', 'Feb', 'M�r', 'Apr', 'Mai', 'Jun', //German#2
('Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', //German#2
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'),
('Led', '�no', 'B�e', 'Dub', 'Kv�', '�en', //Czech
'�ec', 'Srp', 'Z��', '��j', 'Lis', 'Pro')
('Led', 'Úno', 'Bøe', 'Dub', 'Kvì', 'Èen', //Czech
'Èec', 'Srp', 'Záø', 'Øíj', 'Lis', 'Pro')
);


Expand Down

0 comments on commit 586dd7f

Please sign in to comment.