[PR #1107] [CLOSED] feat: added portuguese Brasil in options languages #1320

Closed
opened 2025-11-09 10:10:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1107
Author: @gabrielmoofc
Created: 2/13/2025
Status: Closed

Base: mainHead: translate-to-portuguese-brasil


📝 Commits (10+)

  • b3ece4a web/languages: add ptBR in languages json
  • 2a1f9b0 web/languages: translate a11y itens
  • 5c6638d web/languages: translate about section
  • 7c964f9 web/languages: translate tabs
  • f4e308f web/languages: translate buttons texts json
  • 34e6966 web/languages: translate dialog itens json
  • 106e019 web/languages: translate donate page
  • 3b868ac web/languages: translate error itens
  • a47a182 web/languages: translate, general, notifications, receiver remux e save json itens
  • 3d2882f web/languages: translate settings and updates json

📊 Changes

23 files changed (+665 additions, -1 deletions)

View changed files

📝 web/i18n/languages.json (+2 -1)
web/i18n/pt-BR/a11y/dialog.json (+5 -0)
web/i18n/pt-BR/a11y/donate.json (+4 -0)
web/i18n/pt-BR/a11y/general.json (+3 -0)
web/i18n/pt-BR/a11y/save.json (+13 -0)
web/i18n/pt-BR/a11y/tabs.json (+3 -0)
web/i18n/pt-BR/about.json (+35 -0)
web/i18n/pt-BR/about/credits.md (+63 -0)
web/i18n/pt-BR/about/general.md (+78 -0)
web/i18n/pt-BR/about/privacy.md (+76 -0)
web/i18n/pt-BR/about/terms.md (+57 -0)
web/i18n/pt-BR/button.json (+20 -0)
web/i18n/pt-BR/dialog.json (+25 -0)
web/i18n/pt-BR/donate.json (+37 -0)
web/i18n/pt-BR/error.json (+57 -0)
web/i18n/pt-BR/general.json (+7 -0)
web/i18n/pt-BR/notification.json (+4 -0)
web/i18n/pt-BR/receiver.json (+5 -0)
web/i18n/pt-BR/remux.json (+8 -0)
web/i18n/pt-BR/save.json (+25 -0)

...and 3 more files

📄 Description

I translated all i18n json items into Brazilian Portuguese so that the project can reach Brazilians too


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/1107 **Author:** [@gabrielmoofc](https://github.com/gabrielmoofc) **Created:** 2/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `translate-to-portuguese-brasil` --- ### 📝 Commits (10+) - [`b3ece4a`](https://github.com/imputnet/cobalt/commit/b3ece4ad5b694f03e86405a7423d12c7d7e0fb78) web/languages: add ptBR in languages json - [`2a1f9b0`](https://github.com/imputnet/cobalt/commit/2a1f9b0b966ac8e193eb26ef62df537fc2114805) web/languages: translate a11y itens - [`5c6638d`](https://github.com/imputnet/cobalt/commit/5c6638daf217d653c4fbbcb12613b4431aed7ab2) web/languages: translate about section - [`7c964f9`](https://github.com/imputnet/cobalt/commit/7c964f97a21fcc17302d7d028bb15331824ac34d) web/languages: translate tabs - [`f4e308f`](https://github.com/imputnet/cobalt/commit/f4e308f5c5b069de3f21ecd892bf8d348e000c6d) web/languages: translate buttons texts json - [`34e6966`](https://github.com/imputnet/cobalt/commit/34e6966964cc68149d3a9a2eb924a7f4434c3fdc) web/languages: translate dialog itens json - [`106e019`](https://github.com/imputnet/cobalt/commit/106e019493525cef41c7c9af37ea9fc2b1227b91) web/languages: translate donate page - [`3b868ac`](https://github.com/imputnet/cobalt/commit/3b868ac8900d1011d832810d54d72808415c337e) web/languages: translate error itens - [`a47a182`](https://github.com/imputnet/cobalt/commit/a47a1821b31842be6e270507a0b81d5946ba0588) web/languages: translate, general, notifications, receiver remux e save json itens - [`3d2882f`](https://github.com/imputnet/cobalt/commit/3d2882f57afa2806a41b8ddbdc5edf2cfa1c7044) web/languages: translate settings and updates json ### 📊 Changes **23 files changed** (+665 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `web/i18n/languages.json` (+2 -1) ➕ `web/i18n/pt-BR/a11y/dialog.json` (+5 -0) ➕ `web/i18n/pt-BR/a11y/donate.json` (+4 -0) ➕ `web/i18n/pt-BR/a11y/general.json` (+3 -0) ➕ `web/i18n/pt-BR/a11y/save.json` (+13 -0) ➕ `web/i18n/pt-BR/a11y/tabs.json` (+3 -0) ➕ `web/i18n/pt-BR/about.json` (+35 -0) ➕ `web/i18n/pt-BR/about/credits.md` (+63 -0) ➕ `web/i18n/pt-BR/about/general.md` (+78 -0) ➕ `web/i18n/pt-BR/about/privacy.md` (+76 -0) ➕ `web/i18n/pt-BR/about/terms.md` (+57 -0) ➕ `web/i18n/pt-BR/button.json` (+20 -0) ➕ `web/i18n/pt-BR/dialog.json` (+25 -0) ➕ `web/i18n/pt-BR/donate.json` (+37 -0) ➕ `web/i18n/pt-BR/error.json` (+57 -0) ➕ `web/i18n/pt-BR/general.json` (+7 -0) ➕ `web/i18n/pt-BR/notification.json` (+4 -0) ➕ `web/i18n/pt-BR/receiver.json` (+5 -0) ➕ `web/i18n/pt-BR/remux.json` (+8 -0) ➕ `web/i18n/pt-BR/save.json` (+25 -0) _...and 3 more files_ </details> ### 📄 Description I translated all i18n json items into Brazilian Portuguese so that the project can reach Brazilians too --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:10:35 -06:00
Sign in to join this conversation.