2019-08-12 12:26:49 +02:00
|
|
|
<header style="text-align:center">
|
2019-08-21 14:24:54 +02:00
|
|
|
<a [routerLink]="'home'" class="home_link" aria-roledescription="home">
|
|
|
|
<h1>
|
|
|
|
<span class="logo_first">Frama</span>
|
|
|
|
<span class="logo_second">date</span>
|
|
|
|
</h1>
|
2019-09-27 16:10:03 +02:00
|
|
|
<i i18n="demo title|introduction header saying just demo @@demo">
|
2019-08-21 14:24:54 +02:00
|
|
|
Ceci est une démo
|
|
|
|
</i>
|
2019-10-01 16:34:11 +02:00
|
|
|
<span class="demo">
|
|
|
|
{{"config.demo"|translate}}
|
|
|
|
</span>
|
2019-09-27 16:10:03 +02:00
|
|
|
<span i18n="@@plural_example">
|
|
|
|
Updated {minutes, plural, =0 {just now} =1 {one minute ago} other {{{minutes}} minutes ago}}
|
|
|
|
</span>
|
|
|
|
<input i18n-placeholder placeholder="placeholder à traduire" i18n="@@demoPlaceholder"/>
|
2019-08-21 14:24:54 +02:00
|
|
|
</a>
|
2019-08-11 17:06:07 +02:00
|
|
|
|
2019-08-12 12:26:49 +02:00
|
|
|
</header>
|
2019-08-10 16:20:59 +02:00
|
|
|
<framadate-navigation></framadate-navigation>
|
2019-08-12 12:26:49 +02:00
|
|
|
<main>
|
2019-08-21 14:24:54 +02:00
|
|
|
<router-outlet></router-outlet>
|
2019-08-12 12:26:49 +02:00
|
|
|
</main>
|
2019-08-21 14:24:54 +02:00
|
|
|
<framadate-debugger></framadate-debugger>
|
2019-10-01 15:43:37 +02:00
|
|
|
<div id="translate_example">
|
|
|
|
<div class="lang-choices">
|
|
|
|
<button (click)="switchLanguage('en')">en</button>
|
|
|
|
<button (click)="switchLanguage('fr')">fr</button>
|
|
|
|
</div>
|
|
|
|
<h1 translate>Title</h1>
|
|
|
|
<div>
|
|
|
|
{{ 'Intro' | translate:user }}
|
|
|
|
</div>
|
|
|
|
</div>
|