mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-09 10:37:39 +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
|