Added support for French translation.

This commit is contained in:
WrinklyNinja
2014-02-03 17:04:36 +00:00
parent ddeab486da
commit b7b183dcb8
10 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ BOSS_API extern const unsigned int boss_lang_any; ///< Tells the API to select
BOSS_API extern const unsigned int boss_lang_english; ///< Tells the API to preferentially select English messages.
BOSS_API extern const unsigned int boss_lang_spanish; ///< Tells the API to preferentially select Spanish messages.
BOSS_API extern const unsigned int boss_lang_russian; ///< Tells the API to preferentially select Russian messages.
BOSS_API extern const unsigned int boss_lang_french; ///< Tells the API to preferentially select French messages.
///@}
/*********************************//**