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/spanish/root | |
parent | 63633c117fc7c9846ee365348d9bcce823aa6fd0 (diff) |
i18n: package spanish translation
Diffstat (limited to 'i18n/spanish/root')
-rwxr-xr-x | i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |