diff --git a/package/ctcgfw/luci-app-airwhu/Makefile b/package/ctcgfw/luci-app-airwhu/Makefile index 0d22beb368..99637d2fa7 100644 --- a/package/ctcgfw/luci-app-airwhu/Makefile +++ b/package/ctcgfw/luci-app-airwhu/Makefile @@ -24,7 +24,7 @@ endef define Build/Prepare mkdir -p $(PKG_BUILD_DIR) $(CP) ./* $(PKG_BUILD_DIR)/ - po2lmo $(PKG_BUILD_DIR)/po/airwhu.zh_Hans.po $(PKG_BUILD_DIR)/po/airwhu.zh_Hans.lmo + po2lmo $(PKG_BUILD_DIR)/po/airwhu.zh_Hans.po $(PKG_BUILD_DIR)/po/airwhu.zh-cn.lmo endef define Build/Compile @@ -45,7 +45,7 @@ define Package/luci-app-airwhu/install $(INSTALL_BIN) ./files/root/bin/ipv6masq.sh $(1)/bin/ipv6masq.sh $(INSTALL_DATA) ./files/root/usr/lib/lua/luci/model/cbi/airwhu.lua $(1)/usr/lib/lua/luci/model/cbi/airwhu.lua $(INSTALL_DATA) ./files/root/usr/lib/lua/luci/controller/airwhu.lua $(1)/usr/lib/lua/luci/controller/airwhu.lua - $(INSTALL_DATA) $(PKG_BUILD_DIR)/po/airwhu.zh_Hans.lmo $(1)/usr/lib/lua/luci/i18n/airwhu.zh_Hans.lmo + $(INSTALL_DATA) $(PKG_BUILD_DIR)/po/airwhu.zh-cn.lmo $(1)/usr/lib/lua/luci/i18n/airwhu.zh-cn.lmo endef $(eval $(call BuildPackage,luci-app-airwhu)) diff --git a/package/ctcgfw/luci-app-diskman/Makefile b/package/ctcgfw/luci-app-diskman/Makefile index d4b0e899fb..ee9e75a2d8 100644 --- a/package/ctcgfw/luci-app-diskman/Makefile +++ b/package/ctcgfw/luci-app-diskman/Makefile @@ -39,7 +39,7 @@ define Package/$(PKG_NAME)/install # $(INSTALL_DIR) $(1)/ # cp -pR ./root/* $(1)/ $(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n - po2lmo ./po/zh_Hans/diskman.po $(1)/usr/lib/lua/luci/i18n/diskman.zh_Hans.lmo + po2lmo ./po/zh_Hans/diskman.po $(1)/usr/lib/lua/luci/i18n/diskman.zh-cn.lmo po2lmo ./po/pl/diskman.po $(1)/usr/lib/lua/luci/i18n/diskman.pl.lmo endef diff --git a/package/ctcgfw/luci-app-dockerman/Makefile b/package/ctcgfw/luci-app-dockerman/Makefile index d9541afcfa..2307530c4d 100644 --- a/package/ctcgfw/luci-app-dockerman/Makefile +++ b/package/ctcgfw/luci-app-dockerman/Makefile @@ -39,7 +39,7 @@ define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/ cp -pR ./root/* $(1)/ $(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n - po2lmo ./po/zh_Hans/dockerman.po $(1)/usr/lib/lua/luci/i18n/dockerman.zh_Hans.lmo + po2lmo ./po/zh_Hans/dockerman.po $(1)/usr/lib/lua/luci/i18n/dockerman.zh-cn.lmo endef $(eval $(call BuildPackage,$(PKG_NAME))) diff --git a/package/ctcgfw/luci-app-k3screenctrl/files/luci/i18n/k3screenctrl.zh_Hans.lmo b/package/ctcgfw/luci-app-k3screenctrl/files/luci/i18n/k3screenctrl.zh-cn.lmo similarity index 100% rename from package/ctcgfw/luci-app-k3screenctrl/files/luci/i18n/k3screenctrl.zh_Hans.lmo rename to package/ctcgfw/luci-app-k3screenctrl/files/luci/i18n/k3screenctrl.zh-cn.lmo diff --git a/package/ctcgfw/luci-app-koolproxyR/Makefile b/package/ctcgfw/luci-app-koolproxyR/Makefile index be84b84563..cfc4e3e65e 100644 --- a/package/ctcgfw/luci-app-koolproxyR/Makefile +++ b/package/ctcgfw/luci-app-koolproxyR/Makefile @@ -64,7 +64,7 @@ define Package/luci-app-koolproxyR/install $(INSTALL_DATA) ./files/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua $(1)/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua $(INSTALL_DATA) ./files/usr/lib/lua/luci/controller/koolproxy.lua $(1)/usr/lib/lua/luci/controller/koolproxy.lua $(INSTALL_DATA) ./files/usr/lib/lua/luci/view/koolproxy/* $(1)/usr/lib/lua/luci/view/koolproxy/ - $(INSTALL_DATA) ./files/usr/lib/lua/luci/i18n/koolproxy.zh_Hans.lmo $(1)/usr/lib/lua/luci/i18n/koolproxy.zh_Hans.lmo + $(INSTALL_DATA) ./files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo $(1)/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo $(INSTALL_BIN) ./files/usr/sbin/* $(1)/usr/sbin/ $(INSTALL_BIN) ./files/usr/share/koolproxy/data/gen_ca.sh $(1)/usr/share/koolproxy/data/ $(INSTALL_DATA) ./files/usr/share/koolproxy/data/openssl.cnf $(1)/usr/share/koolproxy/data/ diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/i18n/koolproxy.zh_Hans.lmo b/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/i18n/koolproxy.zh_Hans.lmo rename to package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo diff --git a/package/ctcgfw/luci-app-ssr-plus-Jo/Makefile b/package/ctcgfw/luci-app-ssr-plus-Jo/Makefile index f14e4101dd..a286df7d5a 100644 --- a/package/ctcgfw/luci-app-ssr-plus-Jo/Makefile +++ b/package/ctcgfw/luci-app-ssr-plus-Jo/Makefile @@ -155,7 +155,7 @@ define Package/luci-app-ssr-plus-Jo/install $(INSTALL_DIR) $(1)/ cp -pR ./root/* $(1)/ $(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n - cp -pR ./po/zh_Hans/ssr-plus.zh_Hans.lmo $(1)/usr/lib/lua/luci/i18n/ssr-plus.zh_Hans.lmo + cp -pR ./po/zh_Hans/ssr-plus.zh-cn.lmo $(1)/usr/lib/lua/luci/i18n/ssr-plus.zh-cn.lmo endef define Package/luci-app-ssr-plus-Jo/postinst diff --git a/package/ctcgfw/luci-app-vssr/Makefile b/package/ctcgfw/luci-app-vssr/Makefile index 2f2f690999..79d9b91444 100644 --- a/package/ctcgfw/luci-app-vssr/Makefile +++ b/package/ctcgfw/luci-app-vssr/Makefile @@ -78,7 +78,7 @@ define Package/luci-app-vssr/install $(INSTALL_DIR) $(1)/ cp -pR ./root/* $(1)/ $(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n - po2lmo ./po/zh_Hans/vssr.po $(1)/usr/lib/lua/luci/i18n/vssr.zh_Hans.lmo + po2lmo ./po/zh_Hans/vssr.po $(1)/usr/lib/lua/luci/i18n/vssr.zh-cn.lmo endef define Package/luci-app-vssr/postinst diff --git a/package/jsda/luci-app-clash/Makefile b/package/jsda/luci-app-clash/Makefile index 6d81ceeede..6652417723 100644 --- a/package/jsda/luci-app-clash/Makefile +++ b/package/jsda/luci-app-clash/Makefile @@ -22,7 +22,7 @@ define Package/luci-app-clash/description endef define Build/Prepare - po2lmo ${CURDIR}/po/zh_Hans/clash.po ${CURDIR}/po/zh_Hans/clash.zh_Hans.lmo + po2lmo ${CURDIR}/po/zh_Hans/clash.po ${CURDIR}/po/zh_Hans/clash.zh-cn.lmo endef define Build/Configure @@ -147,7 +147,7 @@ define Package/$(PKG_NAME)/install $(INSTALL_DATA) ./luasrc/controller/*.lua $(1)/usr/lib/lua/luci/controller/ $(INSTALL_DATA) ./luasrc/model/cbi/clash/*.lua $(1)/usr/lib/lua/luci/model/cbi/clash/ $(INSTALL_DATA) ./luasrc/view/clash/* $(1)/usr/lib/lua/luci/view/clash/ - $(INSTALL_DATA) ./po/zh_Hans/clash.zh_Hans.lmo $(1)/usr/lib/lua/luci/i18n/ + $(INSTALL_DATA) ./po/zh_Hans/clash.zh-cn.lmo $(1)/usr/lib/lua/luci/i18n/ endef $(eval $(call BuildPackage,$(PKG_NAME))) diff --git a/package/jsda/luci-app-eqos/Makefile b/package/jsda/luci-app-eqos/Makefile index 48a9c8144f..9f412cfc06 100644 --- a/package/jsda/luci-app-eqos/Makefile +++ b/package/jsda/luci-app-eqos/Makefile @@ -92,7 +92,7 @@ endef define Package/luci-i18n-eqos-zh_Hans/install $(INSTALL_DIR) $(1)$(LUCI_DIR)/i18n - po2lmo ./files/po/zh_Hans/eqos.po $(1)$(LUCI_DIR)/i18n/eqos.zh_Hans.lmo + po2lmo ./files/po/zh_Hans/eqos.po $(1)$(LUCI_DIR)/i18n/eqos.zh-cn.lmo endef $(eval $(call BuildPackage,eqos)) diff --git a/package/jsda/luci-app-koolproxy/Makefile b/package/jsda/luci-app-koolproxy/Makefile index 9d5ccd3251..c857e50e74 100644 --- a/package/jsda/luci-app-koolproxy/Makefile +++ b/package/jsda/luci-app-koolproxy/Makefile @@ -64,7 +64,7 @@ define Package/luci-app-koolproxy/install $(INSTALL_DATA) ./files/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua $(1)/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua $(INSTALL_DATA) ./files/usr/lib/lua/luci/controller/koolproxy.lua $(1)/usr/lib/lua/luci/controller/koolproxy.lua $(INSTALL_DATA) ./files/usr/lib/lua/luci/view/koolproxy/* $(1)/usr/lib/lua/luci/view/koolproxy/ - $(INSTALL_DATA) ./files/usr/lib/lua/luci/i18n/koolproxy.zh_Hans.lmo $(1)/usr/lib/lua/luci/i18n/koolproxy.zh_Hans.lmo + $(INSTALL_DATA) ./files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo $(1)/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo $(INSTALL_BIN) ./files/usr/sbin/* $(1)/usr/sbin/ $(INSTALL_BIN) ./files/usr/share/koolproxy/data/gen_ca.sh $(1)/usr/share/koolproxy/data/ $(INSTALL_DATA) ./files/usr/share/koolproxy/data/openssl.cnf $(1)/usr/share/koolproxy/data/ diff --git a/package/jsda/luci-app-koolproxy/files/usr/lib/lua/luci/i18n/koolproxy.zh_Hans.lmo b/package/jsda/luci-app-koolproxy/files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo similarity index 100% rename from package/jsda/luci-app-koolproxy/files/usr/lib/lua/luci/i18n/koolproxy.zh_Hans.lmo rename to package/jsda/luci-app-koolproxy/files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo diff --git a/package/jsda/luci-app-qosv4/files/usr/lib/lua/luci/i18n/qosv4.zh_Hans.lmo b/package/jsda/luci-app-qosv4/files/usr/lib/lua/luci/i18n/qosv4.zh-cn.lmo similarity index 100% rename from package/jsda/luci-app-qosv4/files/usr/lib/lua/luci/i18n/qosv4.zh_Hans.lmo rename to package/jsda/luci-app-qosv4/files/usr/lib/lua/luci/i18n/qosv4.zh-cn.lmo diff --git a/package/jsda/luci-app-speederv2/files/luci/i18n/speederv2.zh_Hans.lmo b/package/jsda/luci-app-speederv2/files/luci/i18n/speederv2.zh-cn.lmo similarity index 100% rename from package/jsda/luci-app-speederv2/files/luci/i18n/speederv2.zh_Hans.lmo rename to package/jsda/luci-app-speederv2/files/luci/i18n/speederv2.zh-cn.lmo diff --git a/package/jsda/luci-app-udp2raw/files/luci/i18n/udp2raw.zh_Hans.lmo b/package/jsda/luci-app-udp2raw/files/luci/i18n/udp2raw.zh-cn.lmo similarity index 100% rename from package/jsda/luci-app-udp2raw/files/luci/i18n/udp2raw.zh_Hans.lmo rename to package/jsda/luci-app-udp2raw/files/luci/i18n/udp2raw.zh-cn.lmo diff --git a/package/lean/luci-app-frpclient/luasrc/i18n/frp.zh_Hans.lmo b/package/lean/luci-app-frpclient/luasrc/i18n/frp.zh-cn.lmo similarity index 100% rename from package/lean/luci-app-frpclient/luasrc/i18n/frp.zh_Hans.lmo rename to package/lean/luci-app-frpclient/luasrc/i18n/frp.zh-cn.lmo diff --git a/package/lean/luci-app-nps/luasrc/i18n/nps.zh_Hans.lmo b/package/lean/luci-app-nps/luasrc/i18n/nps.zh-cn.lmo similarity index 100% rename from package/lean/luci-app-nps/luasrc/i18n/nps.zh_Hans.lmo rename to package/lean/luci-app-nps/luasrc/i18n/nps.zh-cn.lmo diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index e8336eaa8b..dc4e1cc3a9 100644 --- a/package/lean/luci-app-ssr-plus/Makefile +++ b/package/lean/luci-app-ssr-plus/Makefile @@ -91,7 +91,7 @@ define Package/luci-app-ssr-plus/install $(INSTALL_DATA) ./luasrc/controller/*.lua $(1)/usr/lib/lua/luci/controller/ $(INSTALL_DATA) ./luasrc/model/cbi/shadowsocksr/*.lua $(1)/usr/lib/lua/luci/model/cbi/shadowsocksr/ $(INSTALL_DATA) ./luasrc/view/shadowsocksr/* $(1)/usr/lib/lua/luci/view/shadowsocksr/ - po2lmo ./po/zh_Hans/ssr-plus.po $(1)/usr/lib/lua/luci/i18n/ssr-plus.zh_Hans.lmo + po2lmo ./po/zh_Hans/ssr-plus.po $(1)/usr/lib/lua/luci/i18n/ssr-plus.zh-cn.lmo endef define Package/luci-app-ssr-plus/postinst diff --git a/package/lean/luci-app-xlnetacc/files/luci/i18n/xlnetacc.zh_Hans.lmo b/package/lean/luci-app-xlnetacc/files/luci/i18n/xlnetacc.zh-cn.lmo similarity index 100% rename from package/lean/luci-app-xlnetacc/files/luci/i18n/xlnetacc.zh_Hans.lmo rename to package/lean/luci-app-xlnetacc/files/luci/i18n/xlnetacc.zh-cn.lmo diff --git a/package/lienol/luci-app-passwall/Makefile b/package/lienol/luci-app-passwall/Makefile index d1f105003f..a3c685d7de 100644 --- a/package/lienol/luci-app-passwall/Makefile +++ b/package/lienol/luci-app-passwall/Makefile @@ -124,7 +124,7 @@ define Package/$(PKG_NAME)/install cp -pR ./luasrc/* $(1)/usr/lib/lua/luci/ $(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n - po2lmo ./po/zh_Hans/passwall.po $(1)/usr/lib/lua/luci/i18n/passwall.zh_Hans.lmo + po2lmo ./po/zh_Hans/passwall.po $(1)/usr/lib/lua/luci/i18n/passwall.zh-cn.lmo endef define Package/$(PKG_NAME)/postinst