mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-11 17:34:13 -05:00
[PR #1107] [CLOSED] feat: added portuguese Brasil in options languages #1320
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/1107
Author: @gabrielmoofc
Created: 2/13/2025
Status: ❌ Closed
Base:
main← Head:translate-to-portuguese-brasil📝 Commits (10+)
b3ece4aweb/languages: add ptBR in languages json2a1f9b0web/languages: translate a11y itens5c6638dweb/languages: translate about section7c964f9web/languages: translate tabsf4e308fweb/languages: translate buttons texts json34e6966web/languages: translate dialog itens json106e019web/languages: translate donate page3b868acweb/languages: translate error itensa47a182web/languages: translate, general, notifications, receiver remux e save json itens3d2882fweb/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.