Skip to content

Commit

Permalink
specify Latin Vatican
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 2, 2024
1 parent 354594e commit 760d2d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
}
return $carry;
}, []);
$AllAvailableLocales['la_VA'] = [ 'Latin', 'Latin' ];
//$AllAvailableLocales['la'] = [ 'Latin', 'Latin' ];
$AllAvailableLocales['la_VA'] = [ 'Latin (Vatican)', 'Latin (Vatican)' ];
$c->asort($AllAvailableLocales);
echo '<form method="GET">';
echo '<fieldset style="margin-bottom:6px;"><legend>' . _('Customize options for generating the Roman Calendar') . '</legend>';
Expand Down

0 comments on commit 760d2d1

Please sign in to comment.