LackeyCCG

LackeyCCG Forum => General Discussion Forum => Topic started by: Sebastos on August 14, 2015, 09:23:11 PM

Title: Translation
Post by: Sebastos on August 14, 2015, 09:23:11 PM
there a way to load other languages in lackey?
Some language file?
Title: Re: Translation
Post by: Trevor on August 16, 2015, 05:33:54 PM
the plugin can be in multiple languages but much of the interface, like "Load deck" is static.
Title: Re: Translation
Post by: AuraDragon on August 16, 2015, 10:56:47 PM
You could maybe load a language.txt at runtime which gets parsed into a global static array/vector of strings, and just call/concatenate them from that.

Although, like most things in programming:  Easier said than done.