Profiler/Regions

* add Asia regions
 * fixed some typos
This commit is contained in:
Sarjuuk
2022-02-19 13:01:29 +01:00
parent a24e8594fb
commit 10805a1f70
17 changed files with 92 additions and 46 deletions

View File

@@ -52,13 +52,6 @@ class Lang
// *cough* .. reuse-hacks (because copy-pastaing text for 5 locales sucks)
self::$item['cat'][2] = [self::$item['cat'][2], self::$spell['weaponSubClass']];
self::$item['cat'][2][1][14] .= ' ('.self::$item['cat'][2][0].')';
// not localized .. for whatever reason
self::$profiler['regions'] = array(
'eu' => "Europe",
'us' => "US & Oceanic"
);
self::$main['moreTitles']['privilege'] = self::$privileges['_privileges'];
}