Commit graph

4 commits

Author SHA1 Message Date
57fcb6fef2 Fix syntax errors in bundle.rs 2026-01-27 14:47:32 -03: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
dd71ac8820 Update dependencies and i18n logic 2026-01-24 22:06:07 -03:00
ff599a2cd4 Add i18n localization support with locales 2026-01-08 13:16:05 -03:00