mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc
* added option to 'verbose' concatenate a list of items to class Lang * added option to strip tags from a string to class Markdown * fixed several instances of wrong categories on pages * actually display world state conditions for zone music * some typos all over the place
This commit is contained in:
@@ -721,7 +721,8 @@ $lang = array(
|
||||
'pet' => array(
|
||||
'notFound' => "Такой породы питомцев не существует.",
|
||||
'exotic' => "Экзотический",
|
||||
'cat' => ["Свирепость", "Упорство", "Хитрость"]
|
||||
'cat' => ["Свирепость", "Упорство", "Хитрость"],
|
||||
'food' => ["Мясо", "Рыба", "Сыр", "Хлеб", "Грибы", "Фрукты", "Сырое мясо", "Сырая рыба"]
|
||||
),
|
||||
'faction' => array(
|
||||
'notFound' => "Такая фракция не существует.",
|
||||
|
||||
Reference in New Issue
Block a user