noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/08: Readd compile_text


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/08: Readd compile_text
Date: Sat, 14 Sep 2019 17:47:19 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 271ef6d9be7404a2b1ddc93cf9099495bf08b694
Author: Dany De Bontridder <address@hidden>
Date:   Thu Sep 12 22:28:39 2019 +0200

    Readd compile_text
---
 dev/compile_text.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/dev/compile_text.sh b/dev/compile_text.sh
new file mode 100755
index 0000000..2e22a45
--- /dev/null
+++ b/dev/compile_text.sh
@@ -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 address@hidden
+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
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]