Readd compile_text
This commit is contained in:
parent
f4d6c5c564
commit
271ef6d9be
1 changed files with 16 additions and 0 deletions
16
dev/compile_text.sh
Executable file
16
dev/compile_text.sh
Executable 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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue