mirror of https://github.com/openwrt/luci.git
i18n: add hebrew language module
parent
225d28e5ed
commit
f7c56ac2ea
|
@ -0,0 +1,5 @@
|
|||
PO = base
|
||||
PO_LANG = he
|
||||
|
||||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
[ -n "${IPKG_INSTROOT}" ] || {
|
||||
( . /etc/uci-defaults/luci-i18n-hebrew ) && rm -f /etc/uci-defaults/luci-i18n-hebrew
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.he=עִבְרִית
|
||||
commit luci
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue