wiremod / advduplicator

Garry's Mod add-on that allows a player to save and load contraptions
http://www.wiremod.com
Apache License 2.0
67 stars 43 forks source link

Make language actually working #85

Closed Blueberryy closed 4 years ago

Blueberryy commented 4 years ago

+extra Russian translation :p

Blueberryy commented 4 years ago

ah sorry, will fix soon

Blueberryy commented 4 years ago

fixed

thegrb93 commented 4 years ago

I think we'll need a resource.AddWorkshop for this now so the new files get acquired.

Blueberryy commented 4 years ago

Files downloading if you subbed to addon, i don't think we actually need to add this

thegrb93 commented 4 years ago

What if we instead do

if GetConvarString("gmod_language")=="ru" then
    language.Add("...","russian")
else
    language.Add("...","english")
end
Blueberryy commented 4 years ago

Language.Add not working like that

thegrb93 commented 4 years ago

It does