Skip to content

Commit

Permalink
Fixed several typos in the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaskabrt committed Nov 27, 2017
1 parent 63be906 commit 79cd7a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# PoExtractor

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.
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.

## Usage

`PoExtractor.exe inputpath outputpath`

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.
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.

## Limitations

PoExtractor assumes, the code follows several conventions
PoExtractor assumes, the code follows several conventions:

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

0 comments on commit 79cd7a4

Please sign in to comment.