how to test .po file?

Asked by bahman rostampour

How do I test my translation file . Please give a simple explanation to me . thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Task Coach Edit question
Assignee:
No assignee Edit question
Solved by:
Jérôme Laheurte
Solved:
Last query:
Last reply:
Revision history for this message
Jérôme Laheurte (fraca7) said :
#1

You can launch Task Coach with the "-p" option. For instance on Linux, in a terminal:

taskcoach.py -p <path to your .po file>

Revision history for this message
bahman rostampour (y-admin-0) said :
#2

thanks , but my operation system is windows , please help

Revision history for this message
Best Jérôme Laheurte (fraca7) said :
#3

Should work as well; open a console (cmd.exe) and type (replacing paths with what's on your system):

cd "\Program Files\TaskCoach"
taskcoach.exe -p <pofile>

Revision history for this message
bahman rostampour (y-admin-0) said :
#4

Thanks Jérôme Laheurte, that solved my question.