akintos / UnrealLocres

UE4 localization resource file tool
84 stars 16 forks source link

Update PoConverter.cs #4

Closed brtraducoes closed 3 years ago

brtraducoes commented 3 years ago

public override string ImportExtension => "po"; // bug de import public override string ImportExtension => "pot"; // working OK

akintos commented 3 years ago

"pot" ImportExtension is intended.

"pot" is gettext PO Catalog format and "po" is PO Translation file. You need to generate po file from pot catalog, then translate the po file and import it.