From f5a7c671910980f60eeab2044887ab1411dfdf44 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 17 Oct 2003 18:52:15 +0000 Subject: added russian as a language (part of patch #823031, adapted to recent code changes) svn-id: r10878 --- common/util.cpp | 1 + common/util.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/util.cpp b/common/util.cpp index 05deda925b..4f16fe5a1d 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -146,6 +146,7 @@ static const struct LanguageDescription languages[] = { {"gb", "English", EN_GRB}, {"se", "Swedish", SE_SWE}, {"hb", "Hebrew", HB_HEB}, + {"ru", "Russian", RU_RUS}, {0, 0, UNK_LANG} }; diff --git a/common/util.h b/common/util.h index d647b88f7b..c4e4eeef81 100644 --- a/common/util.h +++ b/common/util.h @@ -107,7 +107,8 @@ enum Language { KO_KOR = 8, SE_SWE = 9, EN_GRB = 10, - HB_HEB = 20 + HB_HEB = 20, + RU_RUS = 21 }; /** Convert a string containing a language name into a Language enum value. */ -- cgit v1.2.3