@@ -108,7 +108,7 @@ export async function setupI18nConfig() {
108
108
selector: 'app-root',
109
109
imports: [DatePipe, RouterOutlet],
110
110
standalone: true,
111
- templateUrl: './app.ng. html'
111
+ templateUrl: './app.html'
112
112
})
113
113
export class App {
114
114
constructor(@Inject(LOCALE_ID) public locale: string) { }
@@ -119,7 +119,7 @@ export async function setupI18nConfig() {
119
119
` ,
120
120
) ;
121
121
await writeFile (
122
- `src/app/app.ng. html` ,
122
+ `src/app/app.html` ,
123
123
`
124
124
<p id="hello" i18n="An introduction header for this sample">Hello {{ title }}! </p>
125
125
<p id="locale">{{ locale }}</p>
@@ -140,22 +140,22 @@ export async function setupI18nConfig() {
140
140
<trans-unit id="4286451273117902052" datatype="html">
141
141
<source>Hello <x id="INTERPOLATION" equiv-text="{{ title }}"/>! </source>
142
142
<context-group purpose="location">
143
- <context context-type="sourcefile">src/app/app.ng. html</context>
143
+ <context context-type="sourcefile">src/app/app.html</context>
144
144
<context context-type="linenumber">2,3</context>
145
145
</context-group>
146
146
<note priority="1" from="description">An introduction header for this sample</note>
147
147
</trans-unit>
148
148
<trans-unit id="4606963464835766483" datatype="html">
149
149
<source>Updated <x id="ICU" equiv-text="{minutes, plural, =0 {just now} =1 {one minute ago} other {{{minutes}} minutes ago}}" xid="1887283401472369100"/></source>
150
150
<context-group purpose="location">
151
- <context context-type="sourcefile">src/app/app.ng. html</context>
151
+ <context context-type="sourcefile">src/app/app.html</context>
152
152
<context context-type="linenumber">5,6</context>
153
153
</context-group>
154
154
</trans-unit>
155
155
<trans-unit id="2002272803511843863" datatype="html">
156
156
<source>{VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other {<x id="INTERPOLATION"/> minutes ago}}</source>
157
157
<context-group purpose="location">
158
- <context context-type="sourcefile">src/app/app.ng. html</context>
158
+ <context context-type="sourcefile">src/app/app.html</context>
159
159
<context context-type="linenumber">5,6</context>
160
160
</context-group>
161
161
</trans-unit>
0 commit comments