TeamHypersomnia / Hypersomnia

Multiplayer top-down shooter made from scratch in C++. Play in your Browser! https://hypersomnia.io Made in 🇵🇱
https://hypersomnia.io/
GNU Affero General Public License v3.0
1.08k stars 47 forks source link

Is there a Russian language #273

Open YuraMukhin2808 opened 1 year ago

geneotech commented 1 year ago

Hey there! Right now only English language is available. However, the game can render Cyrillic and you can use it when choosing nicknames, server names and during chat.

GermanAizek commented 8 months ago

Hey there! Right now only English language is available. However, the game can render Cyrillic and you can use it when choosing nicknames, server names and during chat.

multilingual .po files would help with UI translation on any language.

geneotech commented 8 months ago

multilingual .po files would help with UI translation on any language.

Absolutely, there's certainly a flexible way to do this - the real bottleneck is to find and replace all instances of hard-coded English text in code, which right now would take a massive amount of work and testing (I kind of screwed up and didn't plan for this :sweat: ).