diff --git a/src/backend/helpers.h b/src/backend/helpers.h index 25497aab..d917ee67 100644 --- a/src/backend/helpers.h +++ b/src/backend/helpers.h @@ -81,6 +81,7 @@ namespace loot { static const unsigned int chinese = 5; static const unsigned int polish = 6; static const unsigned int brazilian_portuguese = 7; + static const unsigned int finnish = 8; static std::vector Names() { std::vector vec;