i18n: add hebrew language module

This commit is contained in:
Jo-Philipp Wich 2011-06-24 11:51:14 +00:00
parent 225d28e5ed
commit f7c56ac2ea
3 changed files with 15 additions and 0 deletions

5
i18n/hebrew/Makefile Normal file
View file

@ -0,0 +1,5 @@
PO = base
PO_LANG = he
include ../../build/config.mk
include ../../build/module.mk

4
i18n/hebrew/ipkg/postinst Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-i18n-hebrew ) && rm -f /etc/uci-defaults/luci-i18n-hebrew
}

View file

@ -0,0 +1,6 @@
#!/bin/sh
uci batch <<-EOF
set luci.languages.he=עִבְרִית
commit luci
EOF