From b9afb5582bb9461b139e9665707803c5315be0f4 Mon Sep 17 00:00:00 2001 From: AkinSabriCam <37196959+AkinSabriCam@users.noreply.github.com> Date: Mon, 27 Jan 2020 15:32:06 +0300 Subject: [PATCH] Updated en.json --- en/tutorials/book-store/part-1.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/en/tutorials/book-store/part-1.md b/en/tutorials/book-store/part-1.md index 5e4ae076..76869c31 100644 --- a/en/tutorials/book-store/part-1.md +++ b/en/tutorials/book-store/part-1.md @@ -642,9 +642,18 @@ Open the `en.json` (*English translations*) file and add the below localization ````json { - "culture": "en", - "texts": { - //... + "Culture": "en", + "Texts": { + "Menu:Home": "Home", + "Home": "Home", + "Welcome": "Welcome", + "LongWelcomeMessage": "Welcome to the application. This is a startup project based on the ABP framework. For more information visit abp.io.", + "EndDate": "End date", + "StartDate": "Start date", + "Permission:Dashboard": "Dashboard", + "Menu:Dashboard": "Dashboard", + "Dashboard": "Dashboard", + "Menu:BookStore": "Book Store", "Menu:Books": "Books", "PublishDate": "Publish date",