Skip to content

Commit

Permalink
Merge pull request #75 from Liturgical-Calendar/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
JohnRDOrazio authored Dec 26, 2021
2 parents 3e02918 + 33cbce3 commit 31735ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n/litcal.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-26 00:07+0000\n"
"POT-Creation-Date: 2021-12-26 17:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion includes/LitSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function __construct( array $DATA ) {
$value = explode("_", Locale::acceptFromHttp($_SERVER['HTTP_ACCEPT_LANGUAGE']) )[0];
$this->Locale = LitLocale::isValid( strtoupper( $value ) ) ? strtoupper( $value ) : LitLocale::LATIN;
} else {
$this->Locale = LitLocale::Latin;
$this->Locale = LitLocale::LATIN;
}
}
}
Expand Down

0 comments on commit 31735ac

Please sign in to comment.