To build packages using TS/JS for botserver.
Find a file
Rodrigo Rodriguez (Pragmatismo) 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
.forgejo/workflows Disable auto-trigger CI - manual only via workflow_dispatch 2025-12-16 17:07:34 -03:00
locales feat(i18n): add missing people, CRM, billing, products translations 2026-01-12 14:13:08 -03:00
src feat(i18n): Embed locales using rust-embed 2026-01-27 14:01:03 -03:00
.gitignore - To Rust. 2025-12-03 19:45:09 -03:00
Cargo.lock Remove VERSION.md 2025-12-04 12:28:10 -03:00
Cargo.toml feat(i18n): Embed locales using rust-embed 2026-01-27 14:01:03 -03:00
LICENSE.txt fix(all): Packages updated. 2024-09-03 11:20:34 -03:00
PROMPT.md Update PROMPT.md 2026-01-22 20:24:03 -03:00
README.md Lowercase botserver/botbook references 2025-12-12 23:21:18 -03:00

General Bots® base library for building Node.js TypeScript Apps packages (.gbapp).

See: https://github.com/pragmatismo-io/botserver for main documentation.