Socket
Socket
Sign inDemoInstall

@angular/localize

Package Overview
Dependencies
1
Maintainers
2
Versions
512
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/localize


Version published
Weekly downloads
864K
increased by0.01%
Maintainers
2
Created
Weekly downloads
 

Package description

What is @angular/localize?

@angular/localize is an Angular package that provides localization support for Angular applications. It allows developers to easily translate their applications into different languages and manage translations efficiently.

What are @angular/localize's main functionalities?

Extracting Translatable Strings

This command extracts translatable strings from your Angular application and generates a translation file (e.g., messages.xlf). This file can then be used to provide translations for different languages.

ng extract-i18n

Translating Application

This command serves the application using a specific translation file (e.g., French). The application will display the translated strings based on the provided translation file.

ng serve --configuration=fr

Marking Strings for Translation

This code snippet shows how to mark a string for translation using the `i18n` attribute. The string 'Hello, world!' will be extracted and can be translated into different languages.

<p i18n>Hello, world!</p>

Other packages similar to @angular/localize

Changelog

Source

17.0.5 (2023-11-29)

core

| Commit | Type | Description | | -- | -- | -- | | 6be88040d1 | fix | avoid stale provider info when TestBed.overrideProvider is used (#52918) | | dee50f1d78 | fix | inherit host directives (#52992) | | 07920d96d4 | fix | Reattached views that are dirty from a signal update should refresh (#53001) |

migrations

| Commit | Type | Description | | -- | -- | -- | | aab7fb8654 | fix | Add ngForTemplate support to control flow migration (#53076) | | dbd6f386ea | fix | allows colons in ngIf else cases to migrate (#53076) | | 5b9f896009 | fix | cf migration fix migrating empty switch default (#53237) | | 2b3d3b0fe1 | fix | CF migration log warning when collection aliasing detected in @for (#53238) | | dffeac8386 | fix | cf migration removes unnecessary bound ngifelse attribute (#53236) | | 00cb3339ba | fix | control flow migration formatting fixes (#53076) | | c22af72f75 | fix | fix off by one issue with template removal in CF migration (#53255) | | ba6d7fe018 | fix | fixes CF migration i18n ng-template offsets (#53212) | | 8f6affdd64 | fix | fixes control flow migration common module removal (#53076) | | 6ae408847c | fix | properly handle ngIfThen cases in CF migration (#53256) | | 0fcef65cea | fix | Update CF migration to skip templates with duplicate ng-template names (#53204) |

router

| Commit | Type | Description | | -- | -- | -- | | 91486aaf07 | fix | Resolvers in different parts of the route tree should be able to execute together (#52934) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.4"></a>

Readme

Source

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

Usage information and reference details can be found in Angular documentation.

License: MIT

FAQs

Last updated on 29 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc