diff --git a/luci-app-podkop/Makefile b/luci-app-podkop/Makefile index 5ec9d55..470371f 100644 --- a/luci-app-podkop/Makefile +++ b/luci-app-podkop/Makefile @@ -17,4 +17,14 @@ LUCI_LANGUAGES:=en ru include $(TOPDIR)/feeds/luci/luci.mk +define Package/luci-i18n-$(PKG_NAME)-$(1) + SECTION:=luci + CATEGORY:=LuCI + TITLE:=$(PKG_NAME) - $(1) translation + HIDDEN:=1 + DEFAULT:=LUCI_LANG_$(1)||ALL + VERSION:=$(PKG_VERSION_TRANS) + DEPENDS:=$(PKG_NAME) +endef + # call BuildPackage - OpenWrt buildroot signature \ No newline at end of file