Skip to content

Add Portuguese (Brazil) localization strings - #109

Open
marcositz wants to merge 1 commit into
AmrDeveloper:masterfrom
marcositz:patch-1
Open

Add Portuguese (Brazil) localization strings#109
marcositz wants to merge 1 commit into
AmrDeveloper:masterfrom
marcositz:patch-1

Conversation

@marcositz

Copy link
Copy Markdown

values-pt-rBR "Please, add language 'pt-br'"

values-pt-rBR "Please, add language 'pt-br'"
Copilot AI lite review requested due to automatic review settings August 24, 2026 16:53

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The pt-BR strings file includes multiple locale-only keys not present in the default values/strings.xml, which can lead to missing-fallback runtime failures if those keys are ever referenced.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Adds a new Android resource set for Brazilian Portuguese (pt-BR) so the app can display localized UI strings when the device locale matches.

Changes:

  • Added values-pt-rBR/strings.xml with pt-BR translations for existing UI labels, actions, messages, counters, and error strings.
  • Introduced additional pt-BR-only string keys (e.g., language/UI settings related entries) that are not present in default resources.
File summaries
File Description
app/src/main/res/values-pt-rBR/strings.xml Adds pt-BR string resources for the app UI.
Review details

Suppressed comments (1)

app/src/main/res/values-pt-rBR/strings.xml:103

  • error_link_title_small is defined only in this pt-BR file; it is not present in values/strings.xml (default) or any other locale, and it is not referenced in app/src/main. If this string is intended to be used, it should be added to the default strings so other locales have a fallback; otherwise, consider removing it to avoid accumulating orphaned resources.
    <string name="error_link_title_empty">O título do link não pode ficar vazio</string>
    <string name="error_link_title_small">O título do link deve ter pelo menos 3 caracteres</string>
    <string name="error_link_subtitle_empty">O subtítulo do link não pode ficar vazio</string>
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +36 to +40
<string name="language">Idioma</string>
<string name="system_default">Padrão do sistema</string>
<string name="portuguese_brazil">Português (Brasil)</string>
<string name="app_info">Informações do app</string>
<string name="ui_settings">Interface</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants