Commit graph

13 commits

Author SHA1 Message Date
a1ddd1cdd0 chore: bump version to 6.3.0 2026-03-19 09:54:22 -03:00
5759fdcd5b fix(i18n): Add debug-embed feature to rust-embed
- Add debug-embed feature to rust-embed dependency
- This ensures i18n translations are embedded in both debug and release builds
- Fixes issue where debug builds were reading from filesystem instead of embedded assets

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 19:31:09 +00:00
84e8f1fe3a feat(i18n): Make i18n default feature and always use embedded assets
- Add i18n to default features in Cargo.toml
- Modify I18nBundle::load() to always use embedded assets when i18n feature is enabled
- Remove confusing warning about "locales directory not found"
- Locales are now embedded via rust-embed by default

Fixes issue where translations showed placeholders like [nav-chat] instead of actual text.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 17:35:12 +00:00
5ed6ee7988 feat(i18n): Embed locales using rust-embed
- Added rust-embed dependency to botlib (optional, enabled by i18n feature).
- Implemented EmbeddedLocales struct to embed 'locales' directory.
- Modified I18nBundle::load to fallback to embedded assets if the filesystem path is not found.
- This resolves issues where botserver fails to find locales directory in production/container environments.
2026-01-27 14:01:03 -03:00
d7a287837e chore: update dependencies 2026-01-25 08:42:45 -03:00
dd71ac8820 Update dependencies and i18n logic 2026-01-24 22:06:07 -03:00
5ce3860f2c Refactor: Use workspace dependencies 2026-01-23 09:37:17 -03:00
3d07d7f989 Add CRM, Billing, Products, Tickets, Forms i18n translations to .ftl files
- Add nav entries for crm, billing, products, tickets, forms (en, pt-BR, es)
- Add full CRM section: entities, actions, fields, pipeline stages
- Add full Billing section: invoices, payments, quotes, status, reports
- Add full Products section: catalog, services, price lists, inventory
- Add full Tickets section: cases, priorities, status, AI features
- Add full Forms section: templates, field types, actions
2026-01-10 06:59:48 -03:00
ff599a2cd4 Add i18n localization support with locales 2026-01-08 13:16:05 -03:00
a50d229346 Add limits module and resilience improvements 2025-12-28 11:50:48 -03:00
b430866dbf Update library components and models 2025-12-23 15:52:20 -03:00
2de330dbe9 Update botlib 2025-12-21 23:40:41 -03:00
dfa904042e - To Rust. 2025-12-03 19:45:09 -03:00