Add Finnish

This commit is contained in:
3ventic
2014-06-05 17:22:02 +03:00
parent 60cb66acca
commit 003a628ec7
+2 -1
View File
@@ -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.
///@}
/*********************************//**