Skip to content

Commit

Permalink
Lang: [pt-br] misc. changes, Readme: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed Dec 5, 2024
1 parent 569205f commit 6863e43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Lang/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@

"noErrorsRun": "...Nenhum erro ocorreu durante todo o processo.",
"noUpdatesRun": "...Nenhum repositório foi atualizado durante todo o processo.",
"noSkippedReposRun": "...Nenhum repositório esteve desabilitado para esse processo.",
"noSkippedReposRun": "...Nenhum repositório foi omitido nesse processo.",

"resultDetails": "==> Atualizações:\n%VAR_0%\n\n==> Erros:\n%VAR_1%\n\n==> Repositórios omitidos:\n%VAR_2%\n",

Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
Created by [TheMitoSan](https://bsky.app/profile/themitosan.bsky.social), this is a tool written in ts that aims to help importing / preserving git repos.

> [!IMPORTANT]\
> **GRPP is a tool that only focus on git repos.**
>
> If you want to preserve GitHub repos including issues, releases and more - check out [jan9103's github-repo-backuper](https://github.com/Jan9103/github-repo-backuper).
> **GRPP is a tool that only focus on git repos!** If you want to preserve GitHub repos including issues, releases and more - check out [jan9103's github-repo-backuper](https://github.com/Jan9103/github-repo-backuper).
## Table of contents
- [Requirements](#requirements)
Expand All @@ -30,10 +28,7 @@ Created by [TheMitoSan](https://bsky.app/profile/themitosan.bsky.social), this i
- [External code snippets used on this project](#external-code-snippets)

## Requirements
- `git`, `npm` and `node`.

> [!IMPORTANT]
> GRPP uses `nano` as default text editor! If you want to use something else, you can change it by running `grpp --setEditor=[YOUR_COOL_EDITOR]` later.
- `git`, `npm` and `node` packages.

You can install all required packages by running some of the commands below:

Expand All @@ -50,6 +45,9 @@ sudo dnf update
sudo dnf install nodejs git
```

> [!IMPORTANT]
> GRPP uses `nano` as default text editor! If you want to use something else, you can change it by running `grpp --setEditor=[YOUR_COOL_EDITOR]` later.
<a id="how-to-install"></a>
## How to install

Expand Down

0 comments on commit 6863e43

Please sign in to comment.