Run updated alert box script across all localization projects to fix missed alert boxes
## Summary
After the [alert box parsing script](https://gitlab.com/gitlab-com/localization/docs-site-localization/-/snippets/5965737) is updated to support all alert types (see [#875](https://gitlab.com/gitlab-com/localization/docs-site-localization/-/work_items/875)), we need to run it across all localization projects to post-edit any previously missed alert boxes.
## Background
The original script only captured `[!NOTE]` alerts, meaning other alert types (`[!FLAG]`, `[!WARNING]`, `[!TIP]`, `[!CAUTION]`, `[!IMPORTANT]`) were not properly handled during localization. Translated content in all projects may contain incorrectly processed or untranslated alert boxes of these types.
## Tasks
1. Identify all localization projects that need to be updated
2. Run the updated script (from [#875](https://gitlab.com/gitlab-com/localization/docs-site-localization/-/work_items/875)) against each project
3. Review the post-edit changes for correctness
4. Commit the fixes
## Dependencies
- Blocked by [#875](https://gitlab.com/gitlab-com/localization/docs-site-localization/-/work_items/875) (script must support all alert types first)
issue