Salome HOME
#12754 fixed i18n accent francais
[tools/sat.git] / src / i18n / translate.py
index a7a817139907da969f084326c7b7a6e9d1647854..ea22f7d297ab77c9d2fff4231e1e111eef4539e8 100644 (file)
@@ -1,4 +1,9 @@
-#/bin/env python
+#!/bin/env python
+
+"""
+create fr/LC_MESSAGES/salomeTools.mo from r/LC_MESSAGES/salomeTools.po
+"""
+
 import polib
 po = polib.pofile('fr/LC_MESSAGES/salomeTools.po', encoding='utf-8')
 po.save_as_mofile('fr/LC_MESSAGES/salomeTools.mo')