I want to create a localization mod, and currently I have completed putting the font into mod and it works.
I have localized all the text into the. po file and can use it to translate. locres files.
However, my attempt to package the .po and .locres into the mod has failed, so currently the mod is only used as a font mod, and the .locres is directly placed in the game root directory(Content/Localization/Game/)
I wanna know if I want to put the localized .po and .locres into mod and make it works, is it necessary to get a .archive file or .manifest file?
if it’s correct, plz help me how to get the .po to .archive or .manifest
if it’s not correct plz give me a solve way.