summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorDidier 'OdyX' Raboud <didier@raboud.com>2013-11-07 14:44:12 +0100
committerDidier 'OdyX' Raboud <didier@raboud.com>2013-11-07 14:44:12 +0100
commit8b65e9b56f922db8f961b3de0a5628792f5eb79a (patch)
treef1ee960c9ce929f0e514671cca016fd2a35a32a5 /src/common
parent47bc95a47c413d13a655b19c7cbfb6280f91fd3b (diff)
downloadcolobot-8b65e9b56f922db8f961b3de0a5628792f5eb79a.tar.gz
colobot-8b65e9b56f922db8f961b3de0a5628792f5eb79a.tar.bz2
colobot-8b65e9b56f922db8f961b3de0a5628792f5eb79a.zip
Add russian language support
Diffstat (limited to 'src/common')
-rw-r--r--src/common/global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/global.h b/src/common/global.h
index a322057..da62bac 100644
--- a/src/common/global.h
+++ b/src/common/global.h
@@ -173,7 +173,8 @@ enum Language
LANGUAGE_ENGLISH = 0,
LANGUAGE_FRENCH = 1,
LANGUAGE_GERMAN = 2,
- LANGUAGE_POLISH = 3
+ LANGUAGE_POLISH = 3,
+ LANGUAGE_RUSSIAN = 4
};
/**