fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Home Page:https://fullstackhero.net/dotnet-webapi-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Doc] How to use POT / Localization / Translation

VictorM88 opened this issue · comments

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.