luci-app-adguardhome: fix translation file name
This commit is contained in:
parent
3b46d0c997
commit
53040106b1
@ -44,7 +44,7 @@ define Package/luci-app-adguardhome/install
|
||||
$(INSTALL_DIR) $(1)/
|
||||
cp -pR ./root/* $(1)/
|
||||
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n
|
||||
po2lmo ./po/zh_Hans/AdGuardHome.po $(1)/usr/lib/lua/luci/i18n/AdGuardHome.zh_Hans.lmo
|
||||
po2lmo ./po/zh_Hans/adGuardHome.po $(1)/usr/lib/lua/luci/i18n/AdGuardHome.zh-cn.lmo
|
||||
endef
|
||||
|
||||
define Package/luci-app-adguardhome/postinst
|
||||
|
||||
Loading…
Reference in New Issue
Block a user