From da0894e2b85045e623ab2241d3e3ffb35300f0f9 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Wed, 4 Sep 2024 17:15:23 -0300 Subject: [PATCH] :books: docs: add patterns of translations --- README.it.md | 6 ++++-- README.pt-BR.md | 47 +++++++++++++++++++++++++---------------------- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/README.it.md b/README.it.md index cc6a9e8d..d9cf6b69 100644 --- a/README.it.md +++ b/README.it.md @@ -12,12 +12,14 @@ [![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) -[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) -[![pl](https://img.shields.io/badge/lang-pl-white)](README.pl.md) + [![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) +[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) [![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) +[![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) [![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) diff --git a/README.pt-BR.md b/README.pt-BR.md index 0d76a9fa..2617df62 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -13,13 +13,14 @@ [![build](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml)](https://github.com/hydralauncher/hydra/actions) [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) -[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) +[![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) [![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) -[![pl](https://img.shields.io/badge/lang-pl-white)](README.pl.md) [![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) +[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) [![es](https://img.shields.io/badge/lang-es-red)](README.es.md) [![fr](https://img.shields.io/badge/lang-fr-blue)](README.fr.md) +[![ita](https://img.shields.io/badge/lang-it-red)](README.it.md) ![Hydra Catalogue](./docs/screenshot.png) @@ -27,26 +28,28 @@ ## Índice -- [Sobre](#about) -- [Recursos](#features) -- [Instalação](#installation) -- [Contribuindo](#contributing) - - [Junte-se ao nosso Telegram](#join-our-telegram) - - [Fork e clone seu repositorio](#fork-and-clone-your-repository) - - [Como contribuir](#ways-you-can-contribute) - - [Estrutura do projeto](#project-structure) -- [Compile a partir do código-fonte](#build-from-source) - - [Instale Node.js](#install-nodejs) - - [Instale Yarn](#install-yarn) - - [Instale Node Dependencies](#install-node-dependencies) - - [Instale Python 3.9](#install-python-39) - - [Instale Python Dependencies](#install-python-dependencies) -- [variaveis de ambiente](#environment-variables) -- [Rodando o programa](#running) -- [Compilando](#build) - - [Compile o client bittorrent](#build-the-bittorrent-client) - - [Compile a aplicação Electron](#build-the-electron-application) -- [Contribuidores](#contributors) +- [Índice](#índice) +- [ Sobre](#-sobre) +- [ Recursos](#-recursos) +- [ Instalação](#-instalação) +- [ Contribuindo](#-contribuindo) + - [ Junte-se ao nosso Telegram](#-junte-se-ao-nosso-telegram) + - [ Fork e clone o seu repositório](#-fork-e-clone-o-seu-repositório) + - [ Formas de contribuir](#-formas-de-contribuir) + - [ Estrutura do Projeto](#-estrutura-do-projeto) +- [ Compile a partir do código-fonte](#-compile-a-partir-do-código-fonte) + - [ Instale Node.js](#-instale-nodejs) + - [ Instale Yarn](#-instale-yarn) + - [ Instale Dependencias do Node](#-instale-dependencias-do-node) + - [ Instale Python 3.9](#-instale-python-39) + - [ Instale Python Dependencies](#-instale-python-dependencies) +- [ Environment variables](#-environment-variables) +- [ Running](#-running) +- [ Build](#-build) + - [ Build the bittorrent client](#-build-the-bittorrent-client) + - [ Build the Electron application](#-build-the-electron-application) +- [ Contributors](#-contributors) +- [ Licença](#-licença) ## Sobre