Salome HOME
Correct the message when incompatible options are called
[tools/sat.git] / src / i18n / translate.py
1 #/bin/env python
2 import polib
3 po = polib.pofile('fr/LC_MESSAGES/salomeTools.po', encoding='utf-8')
4 po.save_as_mofile('fr/LC_MESSAGES/salomeTools.mo')