Skip to content

Commit 79cd7a4

Browse files
committed
Fixed several typos in the readme file
1 parent 63be906 commit 79cd7a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# PoExtractor
22

3-
This utility extracts translatable strings from the C# code and from the Razor templates to POT (portable object template) files. It is designed to follow conventions used in the OrchardCore project.
3+
This utility extracts translatable strings from the C# code and from the Razor templates to POT (portable object template) files. It is designed to follow conventions used in the [OrchardCore](https://github.com/OrchardCMS/OrchardCore) project.
44

55
## Usage
66

77
`PoExtractor.exe inputpath outputpath`
88

9-
Extracts all translatable strings from the projects at specified input path and saves generated POT files at the specified output path. It creates one POT file per a project.
9+
Extracts all translatable strings from projects at the specified input path and saves generated POT files at the specified output path. It creates one POT file per a project.
1010

1111
## Limitations
1212

13-
PoExtractor assumes, the code follows several conventions
13+
PoExtractor assumes, the code follows several conventions:
1414

1515
* `IStringLocalizer` or a derived class is accessed via property named `T`
1616
* context of the localizable string is full name (with namespace) of the containing class for C# code

0 commit comments

Comments
 (0)