i18n: package hungarian translations

This commit is contained in:
Jo-Philipp Wich
2012-04-02 09:48:31 +00:00
parent be563eac62
commit 520528e286
3 changed files with 14 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
PO = base
PO_LANG = hu
include ../../build/config.mk
include ../../build/module.mk
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-i18n-hungarian ) && rm -f /etc/uci-defaults/luci-i18n-hungarian
}
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
uci batch <<-EOF
set luci.languages.hu=Magyar
commit luci
EOF