diff --git a/src/api/api.cpp b/src/api/api.cpp index b0e0bf11..5b28eab9 100644 --- a/src/api/api.cpp +++ b/src/api/api.cpp @@ -80,6 +80,7 @@ const unsigned int loot_lang_french = loot::Language::french; const unsigned int loot_lang_chinese = loot::Language::chinese; const unsigned int loot_lang_polish = loot::Language::polish; const unsigned int loot_lang_brazilian_portuguese = loot::Language::brazilian_portuguese; +const unsigned int loot_lang_finnish = loot::Language::finnish; // LOOT cleanliness codes. const unsigned int loot_needs_cleaning_no = 0;