luci-proto-minieap icon indicating copy to clipboard operation
luci-proto-minieap copied to clipboard

Add symbolic link for i18n to support the latest Luci

Open jimlee2048 opened this issue 3 years ago • 0 comments

在 OpenWrt 21.02 所使用的新版本 Luci 中,更改了对于简体中文与繁体中文的 i18n 代码(zh-cn => zh_Hanszh-tw => zh_Hant),需要同步更新/po下的文件夹命名,否则在 OpenWrt 21.02 中无法识别并正确编译出简体中文语言包。

详情可见 luci issue#3477luci commit#48749c

这里参考 kenzok8/small-package,通过创建软链接的方式,在适配新版本 Luci i18n 命名要求的同时,保持对旧版本 Luci 的兼容性。

jimlee2048 avatar Jan 12 '22 15:01 jimlee2048