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
Some lines of comments (at least on the airlock script) are way too long to fit the screen without scrolling, and horizontal scrolling is a pain.
I suggest that, at least for those lines meant to be read by the end user, you break them at a set length (I'd say 80 chars as that's what's suggested in many coding style guidelines I've read, but I think more could be okay).
I believe that the font used in the in-game code editor is not monospace, so that doesn't help aligning their ends, but that's not much of an issue as long as they fit the screen.