i18n: add uci-defaults script and Makefile to norwegian i18n package
This commit is contained in:
parent
fbaabd7d93
commit
1e48a21b6e
2 changed files with 16 additions and 0 deletions
10
i18n/norwegian/Makefile
Normal file
10
i18n/norwegian/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
PO = base
|
||||||
|
PO_LANG = no
|
||||||
|
|
||||||
|
include ../../build/config.mk
|
||||||
|
include ../../build/module.mk
|
||||||
|
PO = base
|
||||||
|
PO_LANG = no
|
||||||
|
|
||||||
|
include ../../build/config.mk
|
||||||
|
include ../../build/module.mk
|
6
i18n/norwegian/root/etc/uci-defaults/luci-i18n-norwegian
Normal file
6
i18n/norwegian/root/etc/uci-defaults/luci-i18n-norwegian
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
uci batch <<-EOF
|
||||||
|
set luci.languages.no=Norsk
|
||||||
|
commit luci
|
||||||
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue