altocompta/dev/compile_text.sh
Dany De Bontridder 184d5d4819 Change my email
Change PhpCompta by NOALYSS
2014-01-18 12:53:56 +01:00

14 lines
288 B
Bash

#!/bin/bash
# Brief : compite the file .mo,
# It is used for the translation
#
#
# This file is a part of NOALYSS under GPL
# Author D. DE BONTRIDDER danydb@aevalys.eu
cd ../html/lang
cd en_US/LC_MESSAGES
msgfmt -c -v messages.po
cd ../..
cd nl_NL/LC_MESSAGES
msgfmt -c -v messages.po