added amb709, translator obeys cl_language

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401358
This commit is contained in:
Borja Ferrer
2007-08-19 13:25:42 +00:00
parent 1f04ba166a
commit 4fe064d43e
8 changed files with 123 additions and 6 deletions
+9
View File
@@ -70,4 +70,13 @@
* to a previous menu.
*/
"MenuExitBackSound" "buttons/combine_button7.wav"
/**
* Enables or disables whether SourceMod reads a client's cl_language cvar to set
* their language for server-side phrase translation.
*
* "on" - Translate using the client's language (default)
* "off" - Translate using default server's language
*/
"AllowClLanguageVar" "On"
}