Readd compile_text

This commit is contained in:
Dany De Bontridder 2019-09-12 22:28:39 +02:00
parent f4d6c5c564
commit 271ef6d9be

16
dev/compile_text.sh Executable file
View file

@ -0,0 +1,16 @@
#!/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
echo "English"
cd en_US/LC_MESSAGES
msgfmt -c -v messages.po
echo "Dutch"
cd ../..
cd nl_NL/LC_MESSAGES
msgfmt -c -v messages.po