mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
change comments for @angular/localize import
This commit is contained in:
@@ -4,7 +4,8 @@ import 'reflect-metadata';
|
|||||||
|
|
||||||
import { enableProdMode } from '@angular/core';
|
import { enableProdMode } from '@angular/core';
|
||||||
/******************************************************************
|
/******************************************************************
|
||||||
* Load `$localize` - used if i18n tags appear in Angular templates.
|
* Load `$localize` - not used for i18n in this project, we use ngx-translate.
|
||||||
|
* It's used for localization of dates, numbers, currencies, etc.
|
||||||
*/
|
*/
|
||||||
import '@angular/localize/init';
|
import '@angular/localize/init';
|
||||||
|
|
||||||
|
@@ -64,6 +64,7 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
|
|||||||
import 'reflect-metadata';
|
import 'reflect-metadata';
|
||||||
|
|
||||||
/******************************************************************
|
/******************************************************************
|
||||||
* Load `$localize` - used if i18n tags appear in Angular templates.
|
* Load `$localize` - not used for i18n in this project, we use ngx-translate.
|
||||||
|
* It's used for localization of dates, numbers, currencies, etc.
|
||||||
*/
|
*/
|
||||||
import '@angular/localize/init';
|
import '@angular/localize/init';
|
||||||
|
Reference in New Issue
Block a user