From 003a628ec7fd251d5211f073feb4381d66a13fb0 Mon Sep 17 00:00:00 2001 From: 3ventic <3ventic@gmail.com> Date: Thu, 5 Jun 2014 17:22:02 +0300 Subject: [PATCH] Add Finnish --- src/api/api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/api.h b/src/api/api.h index b9615188..a447e374 100644 --- a/src/api/api.h +++ b/src/api/api.h @@ -177,7 +177,8 @@ LOOT_API extern const unsigned int loot_lang_russian; ///< Tells the API to pre LOOT_API extern const unsigned int loot_lang_french; ///< Tells the API to preferentially select French messages. LOOT_API extern const unsigned int loot_lang_chinese; ///< Tells the API to preferentially select Chinese messages. LOOT_API extern const unsigned int loot_lang_polish; ///< Tells the API to preferentially select Polish messages. -LOOT_API extern const unsigned int loot_lang_brazilian_portuguese; ///< Tells the API to preferentially select Polish messages. +LOOT_API extern const unsigned int loot_lang_brazilian_portuguese; ///< Tells the API to preferentially select Brazilian Portuguese messages. +LOOT_API extern const unsigned int loot_lang_finnish; ///< Tells the API to preferentially select Finnish messages. ///@} /*********************************//**