Automatically convert localization files under the ureanl project into CSV files, which is more convenient for proofreading and multi language translation
Before use this tool, check you have nodejs environment, need nodejs >= 16. Download here
-
download this project
-
Execute command
npm install
in CMD -
open
index.js
file, change relevant parameters- ProjectPath: Your unreal project root directory
- ExportLocalizationPath: Directory of the exported file
-
Every Time to Export, Execute command
node index.js
in CMD