mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Profiler/Regions
* add Asia regions * fixed some typos
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user