mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 04:03:29 +00:00
15 lines
517 B
Markdown
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.
|