]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit - qcsrc/common/teams.qh
Merge branch 'terencehill/translate_colors_2' into 'master'
authorMario <zacjardine@y7mail.com>
Sun, 8 May 2016 12:03:54 +0000 (12:03 +0000)
committerMario <zacjardine@y7mail.com>
Sun, 8 May 2016 12:03:54 +0000 (12:03 +0000)
commit4dbee49b466f6636e0a49224ae81975e8b234148
tree447329dd5f1e8d0d67d6aa124c35c1ca045fdfa1
parentc914a05e8e91853fe003d7d03b1f3ddbf0881f39
parentbf28c62f9ad2f130024109354c2503457195898d
Merge branch 'terencehill/translate_colors_2' into 'master'

Disambiguate translation of team colors

It allows correct translation of team colors in many languages without changing color codes (```^TT```) in the messages, so there's no need to retranslate anything (no need to add other strreplace calls either).

See merge request !290