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

@@ -112,7 +112,6 @@ $lang = array(
// search
'search' => "Search",
'searchButton' => "Search",
'foundResult' => "Search Results for",
'noResult' => "No Results for",
'tryAgain' => "Please try some different keywords or check your spelling.",
@@ -175,6 +174,13 @@ $lang = array(
'arenateam' => "This Arena Team doesn't exist or is not yet in the database.",
'profile' => "This character doesn't exist or is not yet in the database."
),
'regions' => array(
'us' => "Americas",
'eu' => "Europe",
'kr' => "Korea",
'tw' => "Taiwan",
'cn' => "China"
),
'encounterNames'=> array( // from dungeonencounter.dbc
243 => "The Seven",
334 => "Grand Champions",