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
Perhaps you are referring to passing variables to another function (within parentheses which can be internal or external in scope).
But in some places where I expect a string I see values not just in a doublequoted string, but also wrapped inside what looks like an underscore function. For example, quoting from /mods/urbangames_no_costs_1/mod.lua
This is by no means an isolated example, it's all over the place, I'm just citing a specific example for clarity.
If you're not intending it to be translated then just use "string" (although _("strings") without a translation file wouldn't cause any error to my knowledge).
edit: I have now tested it and that does indeed work. It all makes sense now. Thanks JK!