Skip to content

Commit

Permalink
Merge pull request #5 from AkinSabriCam/patch-1
Browse files Browse the repository at this point in the history
Updated en.json
  • Loading branch information
ebicoglu committed Jan 28, 2020
2 parents 5c158e2 + b9afb55 commit 1e3a11e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions en/tutorials/book-store/part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1e3a11e

Please sign in to comment.