i18n: package polish translations
This commit is contained in:
parent
326418be42
commit
d135599c51
4 changed files with 15 additions and 0 deletions
|
@ -562,6 +562,7 @@ $(eval $(call translation,hebrew,Hebrew))
|
|||
$(eval $(call translation,romanian,Romanian))
|
||||
$(eval $(call translation,ukrainian,Ukrainian))
|
||||
$(eval $(call translation,hungarian,Hungarian))
|
||||
$(eval $(call translation,polish,Polish))
|
||||
|
||||
|
||||
### Collections ###
|
||||
|
|
5
i18n/polish/Makefile
Normal file
5
i18n/polish/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
PO = base
|
||||
PO_LANG = pl
|
||||
|
||||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
4
i18n/polish/ipkg/postinst
Executable file
4
i18n/polish/ipkg/postinst
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
[ -n "${IPKG_INSTROOT}" ] || {
|
||||
( . /etc/uci-defaults/luci-i18n-polish ) && rm -f /etc/uci-defaults/luci-i18n-polish
|
||||
}
|
5
i18n/polish/root/etc/uci-defaults/luci-i18n-polish
Executable file
5
i18n/polish/root/etc/uci-defaults/luci-i18n-polish
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.pl=Język polski
|
||||
commit luci
|
||||
EOF
|
Loading…
Reference in a new issue