Initialize docker build configuration.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<h1>Last publications</h1>
|
||||
<h1 i18n>Last publications</h1>
|
||||
<app-publication-list [publications$]="publications$"></app-publication-list>
|
||||
6
frontend/src/locale/messages-fr.json
Normal file
6
frontend/src/locale/messages-fr.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"locale": "fr-FR",
|
||||
"translations": {
|
||||
"4869473828758837325": "Dernières publications"
|
||||
}
|
||||
}
|
||||
6
frontend/src/locale/messages.json
Normal file
6
frontend/src/locale/messages.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"locale": "en-UK",
|
||||
"translations": {
|
||||
"4869473828758837325": "Last publications"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
/// <reference types="@angular/localize" />
|
||||
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { appConfig } from './app/app.config';
|
||||
import { AppComponent } from './app/app.component';
|
||||
|
||||
Reference in New Issue
Block a user