K4ryuu / CS2_SimpleRanks

A CS2 server extension that allows you to create an unlimited number of ranks with customizable experience thresholds and rank colors. Players gain or lose experience during various in-game events, enabling them to advance or regress between ranks. The extension is fully configurable using 'configs.json' and utilizes MySQL to store data.
GNU General Public License v3.0
27 stars 1 forks source link

add support for other languages in the plugin #8

Open Argus124 opened 8 months ago

Argus124 commented 8 months ago

Hello, I would like to see Russian language support in your plugin

K4ryuu commented 8 months ago

Hello,

I greatly appreciate your feedback, and I understand that translations are in the works. However, they have not been integrated into the CSSharp API just yet.

CleanShot 2023-11-06 at 13 36 49@2x

I plan to incorporate translations as soon as this feature becomes available. Until then, it wouldn't make sense to create a custom translation handler. You can rebuild the plugin for your own language until the feature is implemented.

I will keep this issue open until it's fully implemented.

Best Regards, K4ryuu

crashzk commented 8 months ago

Out of curiosity, I would like to know if this translation support in CSSharp will be geo or ingame.

What I mean is, if the player has the game set to English, it shows the message in English, if the game is in Portuguese, it shows it in Portuguese.

Will something like this be possible?