diff options
Diffstat (limited to 'common/util.h')
-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 db30fc20d9..b257f408e5 100644 --- a/common/util.h +++ b/common/util.h @@ -100,7 +100,8 @@ enum Language { HB_ISR = 20, RU_RUS = 21, CZ_CZE = 22, - NL_NLD = 23 + NL_NLD = 23, + NB_NOR = 24 }; struct LanguageDescription { |