mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-08 13:07:35 +08:00
7 lines
95 B
Bash
7 lines
95 B
Bash
#!/bin/sh
|
|
|
|
mkdir -p po/templates
|
|
|
|
i18n-scan.pl . > po/templates/netports.pot
|
|
i18n-update.pl po
|