* [PATCH] WIO: Add french translation file
@ 2019-10-01 20:01 Stephan Feddersen
0 siblings, 0 replies; only message in thread
From: Stephan Feddersen @ 2019-10-01 20:01 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1601 bytes --]
---
config/rootfiles/packages/wio | 1 +
lfs/wio | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/config/rootfiles/packages/wio b/config/rootfiles/packages/wio
index 065d0be10..899dccf06 100644
--- a/config/rootfiles/packages/wio
+++ b/config/rootfiles/packages/wio
@@ -16,6 +16,7 @@ var/log/rrd/wio
var/ipfire/addon-lang/wio.de.pl
var/ipfire/addon-lang/wio.en.pl
var/ipfire/addon-lang/wio.tr.pl
+var/ipfire/addon-lang/wio.fr.pl
var/ipfire/menu.d/EX-wio.menu
srv/web/ipfire/html/images/wio
srv/web/ipfire/html/images/wio/add.png
diff --git a/lfs/wio b/lfs/wio
index 3d788efda..58ab16620 100644
--- a/lfs/wio
+++ b/lfs/wio
@@ -15,7 +15,7 @@ THISAPP = wio-$(VER)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = wio
-PAK_VER = 5
+PAK_VER = 6
###############################################################################
# Top-level Rules
@@ -58,6 +58,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
install -v -m 644 $(DIR_APP)/wio/images/* /srv/web/ipfire/html/images/wio/
install -v -m 644 $(DIR_APP)/wio/lang/wio.de.pl /var/ipfire/addon-lang/
install -v -m 644 $(DIR_APP)/wio/lang/wio.en.pl /var/ipfire/addon-lang/
+ install -v -m 644 $(DIR_APP)/wio/lang/wio.fr.pl /var/ipfire/addon-lang/
install -v -m 644 $(DIR_APP)/wio/lang/wio.tr.pl /var/ipfire/addon-lang/
install -v -m 644 $(DIR_APP)/wio/EX-wio.menu /var/ipfire/menu.d/
install -v -m 644 $(DIR_APP)/wio/config/backup/includes/wio /var/ipfire/backup/addons/includes/wio
--
2.17.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-01 20:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 20:01 [PATCH] WIO: Add french translation file Stephan Feddersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox