Skip to content

Commit a1c84e7

Browse files
Updates
1 parent 9a986cf commit a1c84e7

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed

readme-pt.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
2+
<div align='center'>
3+
4+
<img src="images/image.png" >
5+
6+
</div>
7+
8+
<br>
9+
10+
<p align="center">
11+
<a href="https://github.com/sponsors/melchisedech333"><img src="https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white" ></a>
12+
<br><br>
13+
<img src="https://badgen.net/badge/love level/7 of 10/purple" >
14+
<img src="https://img.shields.io/github/languages/count/melchisedech333/logos-pdf-viewer?color=%23f34b7d" >
15+
<img src="https://img.shields.io/github/languages/top/melchisedech333/logos-pdf-viewer?color=%23f34b7d" >
16+
<img src="https://img.shields.io/github/directory-file-count/melchisedech333/logos-pdf-viewer" >
17+
<img src="https://img.shields.io/github/repo-size/melchisedech333/logos-pdf-viewer" >
18+
<img src="https://img.shields.io/github/license/melchisedech333/logos-pdf-viewer" >
19+
</p>
20+
21+
Language: <a href="readme.md">EN-US</a>
22+
23+
Este é um software feito em Javascript e Electron, e seu intuito é ser um leitor de PDF com a opção de traduzir partes do texto.
24+
25+
A ideia é muito simples, eu seleciono o texto, e quando solto o botão do mouse, imediatamente abre uma janela com o texto selecionado sendo traduzido no Google Translate.
26+
27+
Para utilizar a aplicação, basta realizar o download do repositório, acessá-lo e executar electron, passando como parâmetro o diretório em questão.
28+
29+
<b>Obs:</b> a versão do Electron utilizada nos testes é a 19.0.0.
30+
31+
**If my code has helped you, please consider [sponsoring me](https://github.com/sponsors/melchisedech333) :blue_heart:**
32+
33+
<br>
34+
35+
:smiley: Author
36+
---
37+
38+
Sponsor: [melchisedech333](https://github.com/sponsors/melchisedech333)<br>
39+
YouTube: [Melchisedech](https://www.youtube.com/channel/UC4Sh4wxncr5arnydpUfWPKw)<br>
40+
Twitter: [Melchisedech333](https://twitter.com/Melchisedech333)<br>
41+
Blog: [melchisedech333.github.io](https://melchisedech333.github.io/)<br>
42+
LinkedIn: [Melchisedech Rex](https://www.linkedin.com/in/melchisedech-rex-724152235/)
43+
44+
<img src="https://github.com/melchisedech333.png?size=200" height="100" />
45+
46+
<br>
47+
48+
:scroll: License
49+
---
50+
51+
[ BSD-3-Clause license](./license)
52+
53+
<br><br>
54+
55+
<div align="center">
56+
57+
## Remember to give me <br> a beautiful little star :star_struck:
58+
59+
</div>
60+
61+

readme.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,17 @@
2020

2121
Language: <a href="readme-pt.md">PT-BR</a>
2222

23-
<!-- <div align=center><img src="images/image.png" width="100%"></div> -->
23+
This is a software made in Javascript and Electron, and its intention is to be a PDF reader with the option to translate parts of the text.
24+
25+
The idea is very simple, I select the text, and when I release the mouse button, it immediately opens a window with the selected text being translated in Google Translate.
26+
27+
To use the application, just download the repository, access it and run electron, passing the directory in question as a parameter.
28+
29+
```bash
30+
electron .
31+
```
32+
33+
<b>Note:</b> the version of Electron used in the tests is 19.0.0.
2434

2535
**If my code has helped you, please consider [sponsoring me](https://github.com/sponsors/melchisedech333) :blue_heart:**
2636

0 commit comments

Comments
 (0)