Add new pt and pt-BR translations for Alert module and update global PT strings (#3965)

- Added new pt.json and pt-br.json in alert/translations
- Updated main pt.json (global translations)
- Updated alert.js to load new languages
- Added entry to CHANGELOG.md

---------

Co-authored-by: veeck <gitkraken@veeck.de>
This commit is contained in:
Blackspirits
2025-11-16 09:59:41 +01:00
committed by GitHub
parent 3c4d69ea84
commit 1796400ab9
5 changed files with 36 additions and 14 deletions

View File

@@ -16,6 +16,7 @@ planned for 2026-01-01
- [weather] feat: add configurable forecast date format option (#3918)
- [core] Add new `server:watch` script to run MagicMirror² server-only with automatic restarts when files (defined in `config.watchTargets`) change (#3920)
- [weather] add error handling to fetch functions including cors (#3791)
- [l10n] Add Portuguese (Portugal & Brazil) translations for alert module, Refine Portuguese (Portugal) translations
### Removed