feat: show footer desc and tagline in the content language (#444)

This commit is contained in:
Lens0021 2022-04-18 01:23:43 +09:00 committed by GitHub
parent 2eb4fe9a5f
commit cebc35fd4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -47,7 +47,8 @@ final class Footer extends Partial {
// Get messages
foreach ( $msg as $key ) {
$data["msg-citizen-footer-$key"] = $this->skin->msg( "citizen-footer-$key" )->parse();
$data["msg-citizen-footer-$key"] = $this->skin->msg( "citizen-footer-$key" )
->inContentLanguage()->parse();
}
// Based on SkinMustache

View file

@ -42,8 +42,6 @@
"citizen-personalmenu-toggle",
"citizen-search-toggle",
"citizen-theme-toggle",
"citizen-footer-desc",
"citizen-footer-tagline",
"citizen-jumptotop"
]
}