From f732f488e644f3508e925049318c9c3f261ec177 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Mon, 31 Jan 2022 05:05:03 -0700 Subject: [PATCH] update translation tasks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e82728..ce70a54 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ See the extensions folder for examples of what extensions can do. All contributions are appreciated! Please email me at akashmozumdar@gmail.com if you have any questions about the codebase.
You should use the standard process of making a pull request (fork, branch, commit changes, make PR from your branch to my master).
-Contributing a translation is easy: just translate the strings in text.cpp as well as this README and the subtitles of the tutorial video. +Contributing a translation is easy: text.cpp contains all of the text strings that you need to translate. Translations of this README or the tutorial video transcript are also welcome. ## Compiling Before compiling Textractor, you need Qt version 5.13 and Visual Studio with CMake support.