Salome HOME
sat #20490 : bug faux positif de sat prepare si le tag n'existe pas, ajout d'infos...
[tools/sat.git] / src / i18n / translate.py
1 #!/bin/env python
2
3 """
4 create fr/LC_MESSAGES/salomeTools.mo from r/LC_MESSAGES/salomeTools.po
5 """
6
7 import polib
8 po = polib.pofile('fr/LC_MESSAGES/salomeTools.po', encoding='utf-8')
9 po.save_as_mofile('fr/LC_MESSAGES/salomeTools.mo')