From ca0da73701b19ba91a6532ce238533d5712730d4 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Tue, 16 Jul 2019 22:50:14 +0530 Subject: [PATCH] Created FAQ (markdown) --- FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..a5918be --- /dev/null +++ b/FAQ.md @@ -0,0 +1,8 @@ +# Frequently Asked Questions + +## Can I pre-translate names before they're sent to Bing/Google Translate? +Yup. Use the `Replacer` extension. Remember to move it to a place in the extension list above the translation extension. + +## I'm getting an "error while translating" error message! +The translation apis temp ban you if you use them too much. Try restarting Textractor, that might fix it. If not, wait a few hours then try again. If you're still getting that error message post an issue. + \ No newline at end of file