Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-07-17 21:36:08 +0400
committerJo-Philipp Wich <jow@openwrt.org>2009-07-17 21:36:08 +0400
commit62b2c39a5d7bf67df1c5d483db820673dc3c13aa (patch)
tree97607229fa88acf8dd3d004d04e0975433530adb /i18n
parent63633c117fc7c9846ee365348d9bcce823aa6fd0 (diff)
i18n: package spanish translation
Diffstat (limited to 'i18n')
-rw-r--r--i18n/spanish/Makefile5
-rwxr-xr-xi18n/spanish/root/etc/uci-defaults/luci-i18n-spanish6
2 files changed, 11 insertions, 0 deletions
diff --git a/i18n/spanish/Makefile b/i18n/spanish/Makefile
new file mode 100644
index 0000000000..63bc71e469
--- /dev/null
+++ b/i18n/spanish/Makefile
@@ -0,0 +1,5 @@
+PO = default cbi admin-core sysauth wifi
+PO_LANG = es
+
+include ../../build/config.mk
+include ../../build/module.mk
diff --git a/i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish b/i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish
new file mode 100755
index 0000000000..788a54e09b
--- /dev/null
+++ b/i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish
@@ -0,0 +1,6 @@
+#!/bin/sh
+uci batch <<-EOF
+ set luci.languages.es=Spanish
+ commit luci
+EOF
+