I use azerothcore docker build my private server, and use Chinese client to login successfully.
The problem is the quest text, item names etc. are in English not Chinese.
Is it possible to change them to Chinese? thanks.
I use azerothcore docker build my private server, and use Chinese client to login successfully.
The problem is the quest text, item names etc. are in English not Chinese.
Is it possible to change them to Chinese? thanks.
Translations for texts are handled in the acore_world
database in the tables that have the *_locale
suffix:
http://www.azerothcore.org/wiki/database-world
For example, you can have a look inside the quest_template_locale
: