1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +00:00
Files
browser/scripts/migration/i18n
2025-07-28 15:57:28 +02:00
..
2025-07-28 15:57:28 +02:00
2025-07-28 15:57:28 +02:00
2025-07-28 15:57:28 +02:00
2025-07-28 12:15:03 +02:00
2025-07-28 15:57:28 +02:00
tmp
2025-07-28 10:19:23 +02:00
tmp
2025-07-28 10:19:23 +02:00
tmp
2025-07-28 10:19:23 +02:00

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.