<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>desktop app Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/desktop-app/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 10 Sep 2019 01:59:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Translate your texts in Linux using Crow Translate</title>
		<link>https://www.osradar.com/translate-your-texts-using-crow-translate/</link>
					<comments>https://www.osradar.com/translate-your-texts-using-crow-translate/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 12 Sep 2019 00:17:58 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Crow translate]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop app]]></category>
		<category><![CDATA[translate]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13456</guid>

					<description><![CDATA[<p>Many times we miss many that Linux does not have the same amount of applications as Windows or MacOS. Recently, thanks to Electron, we find more and more cross-platform applications like Atom, just to mention one. However, there are also other applications not so complex but that provide variety and solutions to the Linux environment. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/translate-your-texts-using-crow-translate/">Translate your texts in Linux using Crow Translate</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Many times we miss many that Linux does not have the same amount of applications as Windows or MacOS. Recently, thanks to Electron, we find more and more cross-platform applications like Atom, just to mention one. However, there are also other applications not so complex but that provide variety and solutions to the Linux environment. And in this sense, they replace the always having to use the web browser for everything. Even to translate a document, you would have to use the web browser, but today I will tell you how to translate your texts in Linux with Crow Translate.</p>
<h2>Crow Translate is a desktop app to translate texts in Linux</h2>
<p>In general, if we want to use the services of translators, we turn to the web where the best known alternatives are Google Translator and Bing translator. However, every day web browsers consume more and more resources. This is why desktop applications are made that allow there are not so many processes in the browser. Crow Translator was born with this goal in mind.</p>
<p><a href="https://github.com/crow-translate/crow-translate" target="_blank" rel="noopener noreferrer">Crow Translator</a> is an open source application created with <a href="https://www.osradar.com/how-to-compile-a-c-code-on-gnu-linux/" target="_blank" rel="noopener noreferrer">C++</a> and using the QT graphical library. Therefore, in many Linux distributions its integration is excellent. On the other hand, it has binaries for Windows, so it is cross-platform. To use the translations, use the APIs of Google, Bing and Yandex.</p>
<p>The application is quite simple, however, has interesting features:</p>
<ul>
<li>Translate and speak text in any application that supports text selection.</li>
<li>Support 117 different languages (!!).</li>
<li>Low memory consumption (~20MB). Thanks to be made in C++.</li>
<li>Highly customizable shortcuts.</li>
<li>Command-line interface with rich options.</li>
</ul>
<p>One aspect that called my attention to the application is that the developer himself has created a library called <a href="https://github.com/crow-translate/QOnlineTranslator" target="_blank" rel="noopener noreferrer">QOnlineTranslator</a> that supports Google, Bing and Yandex and is the engine of the application.</p>
<p>But one last detail that I can not forget, also supports voice dictation. Therefore, we are talking about a very simple but complete application that does its job very well.</p>
<h2>How to install Crow Translate?</h2>
<p>The application provides pre-compiled binaries for Windows and Linux. Specifically in DEB format. Therefore, installing it in Debian, Ubuntu and derivatives is not a problem.</p>
<p>To do this, you can download the package from <a href="https://github.com/crow-translate/crow-translate/releases" target="_blank" rel="noopener noreferrer">Github</a>. And then proceed to install it with Gdebi.</p>
<pre>:~$ sudo apt install gdebi
:~$ sudo gdebi [file_path]</pre>
<p>Next, launch it from the main menu.</p>
<figure id="attachment_13494" aria-describedby="caption-attachment-13494" style="width: 651px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13494" src="https://www.osradar.com/wp-content/uploads/2019/09/1-3.png" alt="1.- Translate your texts with Crow Translate" width="651" height="313" srcset="https://www.osradar.com/wp-content/uploads/2019/09/1-3.png 651w, https://www.osradar.com/wp-content/uploads/2019/09/1-3-300x144.png 300w" sizes="(max-width: 651px) 100vw, 651px" /><figcaption id="caption-attachment-13494" class="wp-caption-text">1.- Translate your texts with Crow Translate</figcaption></figure>
<h2>Conclusion</h2>
<p>The internet is a place where we can find a lot of information. But not always in our native language, so many times we will have to translate the text. Now we have an alternative on the desktop as Crow Translate.</p>
<p>Crow Translate is a QT app, so you can read our post about QTCreator.</p>
<p><a href="https://www.osradar.com/install-qtcreator-on-ubuntu-18-04/" target="_blank" rel="noopener noreferrer">How to install QTCreator on Ubuntu 18.04?</a></p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/translate-your-texts-using-crow-translate/">Translate your texts in Linux using Crow Translate</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/translate-your-texts-using-crow-translate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
