Initialize docker build configuration.

This commit is contained in:
Florian THIERRY
2024-09-18 10:18:40 +02:00
parent ef32572521
commit 0e2fb945a4
13 changed files with 275 additions and 49 deletions

View File

@@ -1,2 +1,2 @@
<h1>Last publications</h1>
<h1 i18n>Last publications</h1>
<app-publication-list [publications$]="publications$"></app-publication-list>

View File

@@ -0,0 +1,6 @@
{
"locale": "fr-FR",
"translations": {
"4869473828758837325": "Dernières publications"
}
}

View File

@@ -0,0 +1,6 @@
{
"locale": "en-UK",
"translations": {
"4869473828758837325": "Last publications"
}
}

View File

@@ -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';