brave / ads-ui

Self-service ads UI
Mozilla Public License 2.0
22 stars 11 forks source link

feat: add Portuguese translations #1165

Closed IanKrieger closed 4 months ago

IanKrieger commented 4 months ago

Adds Portuguese localization

github-actions[bot] commented 4 months ago

[puLL-Merge] - brave/ads-ui@1165

Description

This PR modifies localization files for English, Spanish, and Portuguese languages. It also adds a new Portuguese translation file. The changes are focused on updating translation strings and adding new translations for Portuguese.

Changes ### Changes - `src/locales/en.po` - Updates some message IDs and translations - Removes some old/unused message IDs - `src/locales/es.po` - Updates some message IDs and translations, syncing with changes in the English file - `src/locales/pt.po` - Adds a new Portuguese translation file with translations for all the message IDs

Security Hotspots

No major security concerns identified in this localization update PR. The changes are limited to static UI text translations.