v1.4.407

danielmiessler/Fabricv1.4.407Feb 16, 2026by github-actions[bot]

AI Summary

Implements internationalization (i18n) for error messages in file manager, Vertex AI, and Copilot modules.

Key Highlights

  • Internationalized file manager, Vertex AI, and Copilot error messages via i18n
  • Added file manager, Vertex AI, and Copilot i18n keys to all 10 locale files
  • Fixed JSON trailing comma syntax errors across all locale files
  • Updated Bedrock AWS region setup to use `AddSetupQuestionWithEnvName`

New Features

  • Replace hardcoded error strings with translation keys

Full Release Notes

## Changes

### PR [#2005](https://github.com/danielmiessler/Fabric/pull/2005) by [ksylvan](https://github.com/ksylvan): I18N: For file manager, Vertex AI, and Copilot errors

- Internationalized file manager, Vertex AI, and Copilot error messages via i18n by replacing hardcoded error strings with translation keys
- Added file manager, Vertex AI, and Copilot i18n keys to all 10 locale files
- Fixed JSON trailing comma syntax errors across all locale files
- Normalized German locale JSON indentation from tabs to spaces
- Updated Bedrock AWS region setup to use `AddSetupQuestionWithEnvName`