TheXYZNetwork / xAdmin

A free and basic administration system for Garry's Mod.
The Unlicense
27 stars 6 forks source link

Add multi-language? #8

Closed realpack closed 5 years ago

realpack commented 5 years ago

It would be nice. Or is it just a little admin mod?

0wain commented 5 years ago

I would love to support language translations. But the issue currently is that we pass chat messages as a table (So that we can support multi-colors). That system would need to be rethought and rebuilt before we could add language support.

DrPepperG commented 5 years ago

maybe someone can do it OwO

realpack commented 5 years ago

@OwjoTheGreat, You can make variables in separate files using an example: {color_white, 'Any sentence in another .', Color(255,255,0), 'language'}

0wain commented 5 years ago

With the current setup this is sadly not viable. It is something that we will plan to involve in the future.

realpack commented 5 years ago

With the current setup this is sadly not viable. It is something that we will plan to involve in the future.

@OwjoTheGreat Why did you close issue? For this, issues are needed, aren't they?