Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Unrollover 16.9
  • Loading branch information
KevinRansom committed Jan 24, 2021
commit 5a41aecc99e062c131fef80316d863afddf90da7
3 changes: 1 addition & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"sdk": {
"version": "5.0.100",
"rollForward": "minor"
"version": "5.0.100"
},
"tools": {
"dotnet": "5.0.100",
Expand Down
10 changes: 0 additions & 10 deletions src/fsharp/xlf/FSComp.txt.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4062,11 +4062,6 @@
<target state="translated">メンバーとローカル クラスの束縛はどちらも '{0}' という名前を使用しています</target>
<note />
</trans-unit>
<trans-unit id="parsEqualsMissingInTypeDefinition">
<source>Unexpected token in type definition. Expected '=' after the type '{0}'.</source>
<target state="new">Unexpected token in type definition. Expected '=' after the type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="tcTypeAbbreviationsCannotHaveInterfaceDeclaration">
<source>Type abbreviations cannot have interface declarations</source>
<target state="translated">型略称にインターフェイスの宣言を含めることはできません</target>
Expand Down Expand Up @@ -7622,11 +7617,6 @@
<target state="translated">パッケージ マネージャー キー '{0}' は {1} に登録されていませんでした。現在登録済み: {2}</target>
<note />
</trans-unit>
<trans-unit id="packageManagerError">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="couldNotLoadDependencyManagerExtension">
<source>The dependency manager extension {0} could not be loaded. Message: {1}</source>
<target state="translated">依存関係マネージャーの拡張機能 {0} を読み込むことができませんでした。メッセージ: {1}</target>
Expand Down