@aspidasec/i18n
v0.1.0
Published
Internationalization and translation support for AspidaSec (en/id)
Maintainers
Readme
@aspidasec/i18n
Internationalization helpers and locale dictionaries for AspidaSec.
Responsibility
- Provide English and Bahasa Indonesia user-facing strings.
- Keep glossary terms consistent across reports, CLI output, bot comments, and lessons.
- Ensure translated keys stay synchronized.
Source of truth
- Locale files live in
src/locales/en.jsonandsrc/locales/id.json. - Translation helpers live in
src/translator.ts. - Security glossary helpers live in
src/glossary.ts.
Verification
pnpm --filter @aspidasec/i18n typecheck
pnpm --filter @aspidasec/i18n build