diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index cf8e8b9b42..c98a3ffead 100644 --- a/common/util.h +++ b/common/util.h @@ -109,7 +109,8 @@ enum Language { EN_GRB = 10, HB_HEB = 20, RU_RUS = 21, - CZ_CZE = 22 + CZ_CZE = 22, + NL_NOR = 23 }; struct LanguageDescription { |
