mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
- Replace hardcoded error messages with `i18n.T()` calls across Go source files - Add ~80 new translation keys to all locale files (en, de, es, fa, fr, it, ja, pt-BR, pt-PT, zh) - Internationalize error strings in chat, attachment, storage, and template packages - Internationalize error strings in plugin registry, server, and utility modules - Internationalize githelper, notifications, patterns, and sessions modules - Add i18n support for DigitalOcean, Gemini, and OpenAI-compatible providers - Sort existing locale keys alphabetically in JSON files - chore: incoming 2019 changelog entry
8 lines
605 B
Plaintext
8 lines
605 B
Plaintext
### PR [#2019](https://github.com/danielmiessler/Fabric/pull/2019) by [ksylvan](https://github.com/ksylvan): feat: replace hardcoded error strings with i18n translation keys
|
|
|
|
- Replace hardcoded error messages with `i18n.T()` calls across Go source files
|
|
- Add ~80 new translation keys to all locale files (en, de, es, fa, fr, it, ja, pt-BR, pt-PT, zh)
|
|
- Internationalize error strings in chat, attachment, storage, template, plugin registry, server, and utility modules
|
|
- Add i18n support for DigitalOcean, Gemini, and OpenAI-compatible providers
|
|
- Sort existing locale keys alphabetically in JSON files
|