summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-27 04:08:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-27 05:51:37 +0100
commit0b9f37a41b64d651d1388f65c7271a7a39e35687 (patch)
treef04c470ad9fe44aa6ee5a103e3b0b8b6b5da2739 /crawl-ref/source/options.h
parent65c7e164d1fa7e07d926235138faee33f1aab9e3 (diff)
downloadcrawl-ref-0b9f37a41b64d651d1388f65c7271a7a39e35687.tar.gz
crawl-ref-0b9f37a41b64d651d1388f65c7271a7a39e35687.zip
Default language to the system locale [Unix].
This should increase the amount of players who actually get to see translations by 2-3 orders of magnitude. I did not do this initially on purpose, not wanting to make push jarring work in progress. The progress of translating goes way, way slower than anticipated, though, so enabling just descriptions is not that bad. There are three platforms that need to be handled * Unix (this commit) * Windows * webtiles
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index ae3e18c177..371ba0ed14 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -516,6 +516,7 @@ private:
cglyph_t parse_mon_glyph(const string &s) const;
void add_item_glyph_override(const string &);
void set_option_fragment(const string &s);
+ bool set_lang(const char *s);
static const string interrupt_prefix;
};