Add internationalization to basechat and fix CS:GO colours (#674)

* Added translation more to basechat

Also fixed colors, because it didn't work without `\x01` at begin of string.

* Fixed cs:go colors, thanks Bara20

* Added 'space' at the start of string.

* Added check for Engine_CSGO, to remove offset on other games

* forgot one row
This commit is contained in:
Alex
2017-12-30 12:25:32 -08:00
committed by Kyle Sanderson
parent de108cca44
commit 6b257de75a
2 changed files with 38 additions and 5 deletions
+21
View File
@@ -239,4 +239,25 @@
{
"en" "Off"
}
"Say all"
{
"#format" "{1:s}"
"en" "(ALL) {1}"
}
"Chat admins"
{
"#format" "{1:N}"
"en" "(ADMINS) {1}"
}
"Chat to admins"
{
"#format" "{1:N}"
"en" "(TO ADMINS) {1}"
}
"Private say to"
{
"#format" "{1:N},{2:N}"
"en" "(Private to {1}) {2}"
}
}