Files
systemd-timer/src/i18n/mod.ts
Max P. c9b4c8bd71 feat(i18n): add i18n module for localization support
- Introduce functions to initialize and load locale files dynamically
- Add support for translation keys with placeholder replacements
- Default to English if locale files are missing or not found
- Determine system language using environment variables
2025-05-28 18:09:04 +02:00

2 lines
73 B
TypeScript

export { getCurrentLanguage, initI18n, loadLocale, t } from './i18n.ts';