Skip to content

Commit

Permalink
Merge pull request #147 from Liturgical-Calendar/development
Browse files Browse the repository at this point in the history
Prepare v3.7
  • Loading branch information
JohnRDOrazio authored Dec 15, 2022
2 parents d635eab + 535010a commit 52cac97
Show file tree
Hide file tree
Showing 16 changed files with 853 additions and 680 deletions.
2 changes: 1 addition & 1 deletion LitCalAllFestivities.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
});

$LOCALE = isset( $_GET["locale"] ) ? $_GET["locale"] : "la";
$LOCALE = strtolower( explode('_', $LOCALE)[0] );
$LOCALE = LitLocale::isValid( $LOCALE ) ? $LOCALE : "la";
$LOCALE = $LOCALE !== "LA" && $LOCALE !== "la" ? LOCALE::getPrimaryLanguage( $LOCALE ) : "la";

foreach( $LatinMissals as $LatinMissal ) {
$DataFile = RomanMissal::getSanctoraleFileName( $LatinMissal );
Expand Down
2 changes: 1 addition & 1 deletion LitCalEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author: John Romano D'Orazio
* Email: priest@johnromanodorazio.com
* Licensed under the Apache 2.0 License
* Version 3.6
* Version 3.7
* Date Created: 27 December 2017
*/

Expand Down
48 changes: 31 additions & 17 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 52cac97

Please sign in to comment.