Skip to content

Commit a1be00e

Browse files
committed
Remove bogus xlf tag
This was causing the failures on Aleksey's machine in #80353. Something about his machine is doing this, where the Spanish leg in CI is not seeing the same failure.
1 parent 8008e0c commit a1be00e

14 files changed

+15
-15
lines changed

src/Compilers/CSharp/Portable/CSharpResources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8194,6 +8194,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ
81948194
</data>
81958195
<data name="ERR_MethodImplAttributeAsyncCannotBeUsed" xml:space="preserve">
81968196
<value>'MethodImplAttribute.Async' cannot be manually applied to methods. Mark the method 'async'.</value>
8197-
<remarks>'MethodImplAttribute.Async' and 'async' are not localizable.</remarks>
8197+
<comment>'MethodImplAttribute.Async' and 'async' are not localizable.</comment>
81988198
</data>
8199-
</root>
8199+
</root>

src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)