We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788875d commit 7045a78Copy full SHA for 7045a78
tests/legacy-cli/e2e/tests/build/aot/aot-i18n.ts
@@ -82,7 +82,7 @@ export default async function () {
82
// Extract the translation messages and copy them for each language.
83
await ng('xi18n', '--output-path=src/locale');
84
await expectFileToExist('src/locale/messages.xlf');
85
- await expectFileToMatch('src/locale/messages.xlf', `source-language="en"`);
+ await expectFileToMatch('src/locale/messages.xlf', `source-language="en-US"`);
86
await expectFileToMatch('src/locale/messages.xlf', `An introduction header for this sample`);
87
88
for (const { lang, translation } of langTranslations) {
0 commit comments