1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00
Files
browser/scripts/migration/i18n/README.md
Hinton 9d76924a6d tmp
2025-07-28 10:19:23 +02:00

15 lines
517 B
Markdown

# Angular Localize Migration Tools
This directory contains tools for migrating from the custom I18nService to Angular's @angular/localize system.
## Structure
- `typescript/` - TypeScript code transformation utilities using ts-morph
- `templates/` - Angular template transformation utilities using angular-eslint
- `shared/` - Shared utilities and types
- `tests/` - Unit tests for migration tools
## Usage
The migration tools are designed to be run as part of the overall migration process defined in the spec.