mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 08:31:46 +04:00
i18n: package hungarian translations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
PO = base
|
||||
PO_LANG = hu
|
||||
|
||||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
[ -n "${IPKG_INSTROOT}" ] || {
|
||||
( . /etc/uci-defaults/luci-i18n-hungarian ) && rm -f /etc/uci-defaults/luci-i18n-hungarian
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.hu=Magyar
|
||||
commit luci
|
||||
EOF
|
||||
Reference in New Issue
Block a user