79346793

Date: 2025-01-10 19:22:47
Score: 1.5
Natty:
Report link

The tutorial you are following uses a package called @angular/localize, which is a part of Angular's native i18n system for translating applications.

When you internationalize with @angular/localize, you have to build a separate application for each language.

I recommend using ngx-translate instead, as it allows you to dynamically load translations at runtime without the need to compile your application with a specific locale.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sailor Moon