azerothcore / mod-autobalance

Module for AzerothCore(MaNGOS -> TrinityCore -> SunwellCore)
http://www.azerothcore.org
102 stars 109 forks source link

Feat: In-game hints support internationalized text. #179

Closed gin-melodic closed 7 months ago

gin-melodic commented 7 months ago

Changes Proposed:

I have added internationalized text support for client prompts in Korean, French, German, Simplified Chinese, Traditional Chinese, Spanish, and Russian for all prompts in the game.

Issues Addressed:

SOURCE:

Tests Performed:

I successfully compiled on Ubuntu 22.04 without any errors or warnings. Since it's just text internationalization, I verified using two characters with Simplified Chinese and English clients, and didn't find any issues.

The following are some version information and parameters during compilation:

How to Test the Changes:

  1. Upon entering the game, I selected a character and entered a random instance to check if the prompt messages have been internationalized.

  2. Using GM privileges, I executed the .ab command to check if the prompts have been internationalized.

pangolp commented 7 months ago

Very good work