[PR #1043] [CLOSED] add Brazilian Portuguese translation/locale #21461

Closed
opened 2026-06-13 04:02:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1043
Author: @cicerorph
Created: 1/10/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • dcfeb73 added Brazilian Portuguese translations for accessibility, notifications, and general UI
  • db65da7 Merge branch 'main' into main

📊 Changes

23 files changed (+680 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 (+77 -0)
web/i18n/pt-BR/about/terms.md (+58 -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 (+70 -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

Basically translation for portuguese :D


🔄 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/1043 **Author:** [@cicerorph](https://github.com/cicerorph) **Created:** 1/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`dcfeb73`](https://github.com/imputnet/cobalt/commit/dcfeb73b4f77d7a62b2224819ae06fb687fd6309) added Brazilian Portuguese translations for accessibility, notifications, and general UI - [`db65da7`](https://github.com/imputnet/cobalt/commit/db65da7db819d64cb3fcc98f3f4bdf601b3adec3) Merge branch 'main' into main ### 📊 Changes **23 files changed** (+680 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` (+77 -0) ➕ `web/i18n/pt-BR/about/terms.md` (+58 -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` (+70 -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 Basically translation for portuguese :D --- <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 2026-06-13 04:02:17 -05:00
Sign in to join this conversation.