From 410d9415cdc5cfde25887bf043a4e526acbfe339 Mon Sep 17 00:00:00 2001 From: 3ventic <3ventic@gmail.com> Date: Thu, 5 Jun 2014 17:22:36 +0300 Subject: [PATCH] Add Finnish --- src/api/api.cpp | 1 + 1 file changed, 1 insertion(+) 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;