mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
First graft the strings from app -> base
```sh
for dir in $DIRS; do
msgmerge --update --no-fuzzy-matching \
${dir/applications\/luci-app-openvpn/modules\/luci-base}/base.po \
$dir/openvpn.po
done
msgmerge --update --no-fuzzy-matching \
applications/luci-app-openvpn/po/templates/openvpn.pot \
modules/luci-base/po/templates/base.pot
```
Then
build/mkbasepot.sh
build/i18n-sync.sh modules/luci-base/
Signed-off-by: Paul Donald <newtwen+github@gmail.com>