maliming
4 years ago
No known key found for this signature in database
GPG Key ID: 96224957E51C89E
1 changed files with
1 additions and
6 deletions
-
framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/AbpLocalization_Tests.cs
|
|
|
@ -89,12 +89,7 @@ public class AbpLocalization_Tests : AbpIntegratedTest<AbpLocalization_Tests.Tes |
|
|
|
|
|
|
|
using (CultureHelper.Use("tr")) |
|
|
|
{ |
|
|
|
_localizer["SeeYou"].Value.ShouldBe("Görüşürüz"); |
|
|
|
} |
|
|
|
|
|
|
|
using (CultureHelper.Use("pl")) |
|
|
|
{ |
|
|
|
_localizer["SeeYou"].Value.ShouldBe("See you"); //Not defined in pl, getting from default lang
|
|
|
|
_localizer["SeeYou"].Value.ShouldBe("See you"); //Not defined in tr, getting from default lang
|
|
|
|
} |
|
|
|
|
|
|
|
using (CultureHelper.Use("it")) |
|
|
|
|