Salome HOME
fix #8798 for project_path : /volatile/wambeke/SAT5/SAT5_S840_MATIX24/salomeTools...
[tools/sat.git] / src / i18n / translate.sh
1 #!/bin/bash
2
3 # this script creates the binary resources file from the strings file
4
5 I18HOME=`dirname $0`
6
7 # french
8 echo build French ressources
9 msgfmt ${I18HOME}/fr/LC_MESSAGES/salomeTools.po -o ${I18HOME}/fr/LC_MESSAGES/salomeTools.mo
10