Salome HOME
spns #26801 : bug sat package, le lanceur ne faisait pas le réinit
[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, create salomeTools.mo"
9 msgfmt ${I18HOME}/fr/LC_MESSAGES/salomeTools.po -o ${I18HOME}/fr/LC_MESSAGES/salomeTools.mo
10