Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 700 Bytes

README.adoc

File metadata and controls

32 lines (23 loc) · 700 Bytes

Documentation

Table of Contents

Translation Files Generation

  • 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

API

See here.