Skip to content

Files

Latest commit

 

History

History

locales

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Internationalization and localization

Generate new pot-file

xgettext -D . --output=pyhera.pot -L Python pyhera.py

or

xgettext --files-from=locales/POTFILES.in --language Python --output locales/pyhera.pot

Use poedit to open a file for editing, and then import the new pot-file.