luci-app-adguardhome: fix translation file name

This commit is contained in:
CN_SZTL 2020-02-09 19:32:17 +08:00
parent 3b46d0c997
commit 53040106b1
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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