Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
[[TTT2] Cupid [ROLE]] lua/autorun/sh_cupid_love_handler.lua:119: Tried to use a NULL entity!
1. Alive - [C]:-1
2. fn - lua/autorun/sh_cupid_love_handler.lua:119
3. unknown - lua/ulib/shared/hook.lua:115
Is the "ev_win..." string deprecated?
I can't find the relevant string on ttt2, don't see this notification in game
But other roles and independent teams can also see this string.
If the string is not deprecated.
L[ "ev_win_"..CUPID.name.."s" ] should be
L["ev_win_lovers"]
on github. de and en translation strings are out of sync between L["lovers"] (one more line or less).
and translation of de
L["win_" .. CUPID.name .."s"]
can delete.
L["win_lovers"] for the popup
2. If the lovers win, at the end of the round, "win_lovers" will be displayed in the top-right.
seems not translate it too.
i think it should be same with other role can modify these notification text easily.
example
L["win_" ..CUPID.name .."s"] = can't correctly show what i type here. in game show "win_lovers".
L["win_lovers"] = "can correctly show what i type here"
example for Jackal
L["win_" .. JACKAL.defaultTeam] = "blah blah blah..." it can correctly show.
I'll think about changing it to a timer instead with an error notification after it