← Back to team overview

bashareteam team mailing list archive

Re: Change the translators' string?

 

> To do this, we need check if language is English in the code.

Yes. Do you know if there is a Gambas function to check what the
current language is?
Otherwise we could use something like this:
if ("translator-credits") == "translator-credits"

That way, we know that there is no translation for
"translator-credits", which means that the current language is
English.

If the language is English, jsut don't display the list of translators. Right?



Follow ups

References