adding ratings category to possible ignores and merge lang update (nl)
had to change rating.title to ratings.title due to $keyPlural in base.php#L997
This commit is contained in:
parent
5bc134ad80
commit
1ad15d410c
15 changed files with 25 additions and 23 deletions
3
base.php
3
base.php
|
@ -719,7 +719,7 @@ class PageAllRating extends Page
|
|||
{
|
||||
public function InitializeContent ()
|
||||
{
|
||||
$this->title = localize("rating.title");
|
||||
$this->title = localize("ratings.title");
|
||||
$this->entryArray = Rating::getAllRatings();
|
||||
$this->idPage = Rating::ALL_RATING_ID;
|
||||
}
|
||||
|
@ -987,6 +987,7 @@ class PageCustomize extends Page
|
|||
PageQueryResult::SCOPE_TAG,
|
||||
PageQueryResult::SCOPE_SERIES,
|
||||
PageQueryResult::SCOPE_PUBLISHER,
|
||||
PageQueryResult::SCOPE_RATING,
|
||||
"language");
|
||||
|
||||
$content = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue