Merge Official Source

This commit is contained in:
Xiaokailnol
2026-01-18 16:48:27 +08:00
parent 4e07d80532
commit 45909e17cd
2 changed files with 1 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ define Package/luci-app-xlnetacc/install
$(INSTALL_DIR) $(1)/
cp -pR ./root/* $(1)/
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n
po2lmo ./po/zh-cn/xlnetacc.po $(1)/usr/lib/lua/luci/i18n/xlnetacc.zh-cn.lmo
po2lmo ./po/zh_Hans/xlnetacc.po $(1)/usr/lib/lua/luci/i18n/xlnetacc.zh-cn.lmo
endef
$(eval $(call BuildPackage,$(PKG_NAME)))