v1.4.414

danielmiessler/Fabricv1.4.414Feb 19, 2026by github-actions[bot]

AI Summary

Standardized internationalization across all plugins, tools, and templates, replacing hardcoded strings with localized equivalents and updating localization files.

Key Highlights

  • Implemented i18n support across AI vendor plugins and tools.
  • Replaced hardcoded strings in Spotify and YouTube tools.
  • Added unit tests for localized error handling in Ollama.
  • Standardized setup questions using the new i18n translation framework.

New Features

  • Comprehensive i18n support for plugins and tools

Full Release Notes

## Changes

### PR [#2015](https://github.com/danielmiessler/Fabric/pull/2015) by [ksylvan](https://github.com/ksylvan): Implement comprehensive i18n support across all plugins and tools

- Implement comprehensive internationalization (i18n) support across all AI vendor plugins, tools, and template plugins.
- Update localization files for multiple languages with new translation keys.
- Replace hardcoded strings in Spotify and YouTube tools with localized equivalents.
- Add unit tests for localized error handling in Ollama.
- Standardize setup questions using the new i18n translation framework.