Table of Contents
-
Translate Toolkit
-
Python
Converting the source files into portable object templates for translation
txt2po -i src\data\strings\input\FILENAME.txt -o src\data\strings\output\FILENAME.pot
In case the process takes too long, we can check for duplicate entries.
Removing duplicate entries from the source files
python remove_dupplicate_lines.py
Note
|
Removing duplicate lines
This script will output the files in input\unique
|
See here.