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:
@@ -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}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user