-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Update template spelling and wording #46886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
fd75ceb
Update template spelling and wording
dougbu cc8397f
Address code review comments
dougbu dcf7517
!fixup! Missed one `ReadWrite` misspelling
dougbu 40fc218
Capitalize as agreed in PR
dougbu f082d7d
Build to propagate strings
dougbu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.cs.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.de.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.es.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.fr.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.it.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ja.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ko.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.pl.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
....ItemTemplates/content/ApiController/.template.config/localize/templatestrings.pt-BR.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ru.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.tr.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...temTemplates/content/ApiController/.template.config/localize/templatestrings.zh-Hans.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...temTemplates/content/ApiController/.template.config/localize/templatestrings.zh-Hant.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "API Controller", | ||
"description": "API Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.cs.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.de.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.es.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.fr.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.it.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ja.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ko.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.pl.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
....ItemTemplates/content/MvcController/.template.config/localize/templatestrings.pt-BR.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ru.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.tr.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...temTemplates/content/MvcController/.template.config/localize/templatestrings.zh-Hans.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
9 changes: 9 additions & 0 deletions
9
...temTemplates/content/MvcController/.template.config/localize/templatestrings.zh-Hant.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "MVC Controller", | ||
"description": "MVC Controller with or without read/write actions", | ||
"symbols/namespace/description": "Namespace for the generated code", | ||
"symbols/actions/description": "Create controller with read/write actions", | ||
"symbols/actions/displayName": "Add Read/Write Actions", | ||
"postActions/openInEditor/description": "Opens the created controller in the editor" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...tes/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.cs.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Razor View", | ||
"description": "An empty Razor View", | ||
"postActions/openInEditor/description": "Opens the created view in the editor" | ||
} |
6 changes: 6 additions & 0 deletions
6
...tes/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.de.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Razor View", | ||
"description": "An empty Razor View", | ||
"postActions/openInEditor/description": "Opens the created view in the editor" | ||
} |
7 changes: 4 additions & 3 deletions
7
...tes/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.en.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Razor View", | ||
"description": "A Razor view without a page model", | ||
"postActions/openInEditor/description": "Opens Index.cshtml in the editor" | ||
} | ||
"description": "An empty Razor View", | ||
"_description.comment": "Reviewers: Could also be 'A Razor view without a page model'. And should View be capitalized?", | ||
dougbu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"postActions/openInEditor/description": "Opens the created view in the editor" | ||
} |
6 changes: 6 additions & 0 deletions
6
...tes/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.es.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Razor View", | ||
"description": "An empty Razor View", | ||
"postActions/openInEditor/description": "Opens the created view in the editor" | ||
} |
6 changes: 6 additions & 0 deletions
6
...tes/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.fr.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Razor View", | ||
"description": "An empty Razor View", | ||
"postActions/openInEditor/description": "Opens the created view in the editor" | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.