aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h3
1 files changed, 2 insertions, 1 deletions
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. */