From 76fc4fb21009293de031d45d768d4453e42bc916 Mon Sep 17 00:00:00 2001 From: Necati Meral Date: Sat, 25 Apr 2020 14:08:04 +0200 Subject: [PATCH] german localization for `Volo.Abp.AspNetCore.Mvc.Tests` --- .../Volo/Abp/AspNetCore/Mvc/Localization/Resource/de.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Localization/Resource/de.json diff --git a/framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Localization/Resource/de.json b/framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Localization/Resource/de.json new file mode 100644 index 0000000000..e5b59a1915 --- /dev/null +++ b/framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Localization/Resource/de.json @@ -0,0 +1,7 @@ +{ + "culture": "de", + "texts": { + "BirthDate": "Geburtsdatum", + "Value1": "Wert Eins" + } +} \ No newline at end of file