i18n: package hungarian translations
This commit is contained in:
parent
be563eac62
commit
520528e286
3 changed files with 14 additions and 0 deletions
5
i18n/hungarian/Makefile
Normal file
5
i18n/hungarian/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
PO = base
|
||||
PO_LANG = hu
|
||||
|
||||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
4
i18n/hungarian/ipkg/postinst
Executable file
4
i18n/hungarian/ipkg/postinst
Executable 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
i18n/hungarian/root/etc/uci-defaults/luci-i18n-hungarian
Executable file
5
i18n/hungarian/root/etc/uci-defaults/luci-i18n-hungarian
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.hu=Magyar
|
||||
commit luci
|
||||
EOF
|
Loading…
Reference in a new issue