diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 21:36:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 21:36:41 +0000 |
commit | 76a6ffc9cfd69181d3fe664c9c421462a6c4883d (patch) | |
tree | 4330c6509179cfe7b1b0ac6402bb286a747a231a /i18n/greek/root/etc | |
parent | 61d6197be8a5fab5c2aec3ec15ae57436a7235c6 (diff) |
luci: add greek translation, thanks Vasilis Tsiligiannis!
Diffstat (limited to 'i18n/greek/root/etc')
-rwxr-xr-x | i18n/greek/root/etc/uci-defaults/luci-i18n-greek | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/greek/root/etc/uci-defaults/luci-i18n-greek b/i18n/greek/root/etc/uci-defaults/luci-i18n-greek new file mode 100755 index 000000000..727dafc92 --- /dev/null +++ b/i18n/greek/root/etc/uci-defaults/luci-i18n-greek @@ -0,0 +1,6 @@ +#!/bin/sh +uci batch <<-EOF + set luci.languages.el=Greek + commit luci +EOF + |