From 82511657186627c6d3611be5b36ca19edf423555 Mon Sep 17 00:00:00 2001 From: Qingxiao Ren Date: Mon, 22 Nov 2021 08:36:48 +0800 Subject: [PATCH 1/2] Update Virtual-File-System.md typo fix --- docs/en/Virtual-File-System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Virtual-File-System.md b/docs/en/Virtual-File-System.md index 4fa29f0738..4a13bf5740 100644 --- a/docs/en/Virtual-File-System.md +++ b/docs/en/Virtual-File-System.md @@ -119,7 +119,7 @@ The Virtual File System is well integrated to ASP.NET Core: ### Static Virtual File Folders -By default, ASP.NET Core only allows the `wwwroot` folder to contain the static files consumed by the clients. When you use the birtual File System, the following folders also can contain static files: +By default, ASP.NET Core only allows the `wwwroot` folder to contain the static files consumed by the clients. When you use the virtual File System, the following folders also can contain static files: * Pages * Views From 4a04eb1e7afb81068824d467526515dee3151bf3 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 22 Nov 2021 09:28:19 +0800 Subject: [PATCH 2/2] Remove some tr localization text. --- .../Volo/Abp/Http/Localization/tr.json | 2 +- .../Volo/Abp/Localization/TestResources/Source/tr.json | 3 +-- .../Volo/Abp/Localization/TestResources/SourceExt/tr.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/framework/test/Volo.Abp.Http.Client.Tests/Volo/Abp/Http/Localization/tr.json b/framework/test/Volo.Abp.Http.Client.Tests/Volo/Abp/Http/Localization/tr.json index 01e47d261a..3f906a3cdc 100644 --- a/framework/test/Volo.Abp.Http.Client.Tests/Volo/Abp/Http/Localization/tr.json +++ b/framework/test/Volo.Abp.Http.Client.Tests/Volo/Abp/Http/Localization/tr.json @@ -1,6 +1,6 @@ { "culture": "tr", "texts": { - "Volo.Abp.Http.DynamicProxying:10001": "Verilerle ilgili iş istisnası: {0}" + } } \ No newline at end of file diff --git a/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/Source/tr.json b/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/Source/tr.json index 27dcb66347..ee1900e150 100644 --- a/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/Source/tr.json +++ b/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/Source/tr.json @@ -5,7 +5,6 @@ "Car": "Araba", "CarPlural": "Araba", "MaxLenghtErrorMessage": "Bu alanın uzunluğu maksimum '{0}' karakter olabilir", - "Universe": "Evren", - "FortyTwo": "Kırk iki" + "Universe": "Evren" } } \ No newline at end of file diff --git a/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/SourceExt/tr.json b/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/SourceExt/tr.json index df3fe71cd9..3f906a3cdc 100644 --- a/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/SourceExt/tr.json +++ b/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/SourceExt/tr.json @@ -1,6 +1,6 @@ { "culture": "tr", "texts": { - "SeeYou": "Görüşürüz" + } } \ No newline at end of file