Feature/brazilian portuguese translation by Yaswant2006 · Pull Request #5954 · openboxes/openboxes · GitHub
Skip to content

Feature/brazilian portuguese translation#5954

Open
Yaswant2006 wants to merge 3 commits into
openboxes:developfrom
Yaswant2006:feature/brazilian-portuguese-translation
Open

Feature/brazilian portuguese translation#5954
Yaswant2006 wants to merge 3 commits into
openboxes:developfrom
Yaswant2006:feature/brazilian-portuguese-translation

Conversation

@Yaswant2006

Copy link
Copy Markdown

✨ Description of Change

Link to GitHub issue or Jira ticket:
#3485

Description:

Added a comprehensive translation file (messages_pt.properties) to introduce full localization support for Brazilian Portuguese.

To complete this task, the raw translations submitted in the original issue thread were ported over and completely sanitized. The file encodings were explicitly managed using transparent native-to-ascii conversion to ensure that all special Portuguese accented characters (such as Ó, ã, and ç) are properly escaped as Java Unicode characters. This resolves the web-server encoding bug mentioned by the issue creator where Tomcat misrendered special characters.

Additionally, static code analysis parameters were checked to guarantee that all dynamic message variables ({0}, {1}, etc.) match the exact placement sequences required by the core layout engine.

This is my first Open Source Contribution please forgive and describe the mistake, if any mistake occurs.

@github-actions github-actions Bot added type: feature A new piece of functionality for the app domain: l10n Changes or discussions relating to localization & Internationalization labels May 30, 2026
@jmiranda

Copy link
Copy Markdown
Member

@jmiranda

Copy link
Copy Markdown
Member

Almost forgot ... since this is for Brazilian Portuguese the translations should probably be added to messages_pt_BR.properties.

@ewaterman

Copy link
Copy Markdown
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: l10n Changes or discussions relating to localization & Internationalization type: feature A new piece of functionality for the app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants