[Translate] More work yay~

This moves checkboxes on the local chat floater into a centralized flyout
Adds persistent setting for whether or not to show muted text in local chat.

Translators: Please translate the new flyout button and the strings in floater_chat_history.xml
This commit is contained in:
Inusaito Sayori
2015-02-16 14:49:24 -05:00
parent 891457c11a
commit 40afac6ae0
11 changed files with 52 additions and 31 deletions

View File

@@ -315,6 +315,6 @@ void LLPanelTranslationSettings::apply()
gSavedSettings.setString("TranslationService", getSelectedService());
gSavedSettings.setString("BingTranslateAPIKey", getEnteredBingKey());
gSavedSettings.setString("GoogleTranslateAPIKey", getEnteredGoogleKey());
LLFloaterChat::getInstance()->showTranslationCheckbox(LLTranslate::isTranslationConfigured());
LLFloaterChat::getInstance()->showTranslationCheckbox();
}