dotnet-starter-kit
dotnet-starter-kit copied to clipboard
[Doc] How to use POT / Localization / Translation
How to use the POT / PO files? Are they manually created or is there some tool that generates them based on the source code?
You should use the poedit program
https://poedit.net/
@VictorM88 You use the following tool POExtractor to extract Localization strings to PO/POT file. Then use the tool https://poedit.net/ to translate into the language you want.