Created
January 25, 2019 19:15
-
-
Save palopezv/931df6aa26ad812384765827cada4b74 to your computer and use it in GitHub Desktop.
Firefox can use Google Translate if you use your own private API keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://bugzilla.mozilla.org/show_bug.cgi?id=1488232 */ | |
browser.translation.ui.show = true | |
browser.translation.google.apiKey = "whatever" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment