Skip to content

Commit 4c5fcc7

Browse files
brettfobaronfel
authored andcommitted
remove *.en.xlf hack (#6377)
1 parent c0abdd0 commit 4c5fcc7

File tree

3 files changed

+0
-277
lines changed

3 files changed

+0
-277
lines changed

FSharpBuild.Directory.Build.targets

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
<Import Project="eng\targets\NuGet.targets" />
55
<Import Project="FSharp.Profiles.props" />
66

7-
<PropertyGroup>
8-
<XlfLanguages>en;$(XlfLanguages)</XlfLanguages>
9-
</PropertyGroup>
10-
117
<PropertyGroup Condition="'$(UseAssetTargetFallback)' == 'true'">
128
<!--
139
HACK: Necessary because the `netstandard1.6` version of FSharp.Compiler.Private requires a package that isn't

scripts/VerifyAllTranslations.fsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ let hasUntranslatedStrings (xlfFile:string) =
2828

2929
let filesWithMissingTranslations =
3030
Directory.EnumerateFiles(baseDirectory, "*.xlf", SearchOption.AllDirectories)
31-
|> Seq.filter (fun (file:string) -> file.EndsWith(".en.xlf") |> not) // the english baseline files are never translated
3231
|> Seq.filter hasUntranslatedStrings
3332
|> Seq.toList
3433

src/fsharp/fsi/xlf/FSIstrings.txt.en.xlf

Lines changed: 0 additions & 272 deletions
This file was deleted.

0 commit comments

Comments
 (0)