]> SALOME platform Git repositories - tools/sat.git/blob - src/i18n/translate.py
Salome HOME
spns #8471 : add Windows case to launch tests with the command 'sat test'
[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')