You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# PoExtractor
2
2
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.
4
4
5
5
## Usage
6
6
7
7
`PoExtractor.exe inputpath outputpath`
8
8
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.
10
10
11
11
## Limitations
12
12
13
-
PoExtractor assumes, the code follows several conventions
13
+
PoExtractor assumes, the code follows several conventions:
14
14
15
15
*`IStringLocalizer` or a derived class is accessed via property named `T`
16
16
* context of the localizable string is full name (with namespace) of the containing class for C# code
0 commit comments