1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
noalyss_ynh/sources/dev/compile_text.sh

17 lines
316 B
Bash
Raw Normal View History

2015-09-27 00:35:53 +02:00
#!/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