diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-17 17:36:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-17 17:36:08 +0000 |
commit | 62b2c39a5d7bf67df1c5d483db820673dc3c13aa (patch) | |
tree | 97607229fa88acf8dd3d004d04e0975433530adb /i18n | |
parent | 63633c117fc7c9846ee365348d9bcce823aa6fd0 (diff) |
i18n: package spanish translation
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/spanish/Makefile | 5 | ||||
-rwxr-xr-x | i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/i18n/spanish/Makefile b/i18n/spanish/Makefile new file mode 100644 index 000000000..63bc71e46 --- /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 000000000..788a54e09 --- /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 + |