Salome HOME
#12754 fixed i18n accent francais
[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')