diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-01 22:58:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-01 22:58:17 +0000 |
commit | 30a0e92e224fc1da8517db9b71b7b2f0fb38a71b (patch) | |
tree | cad421e302674028e92511a9061482f53c7db86b | |
parent | e68ef54e88e18fc545c480d9b98d7c907a3948ed (diff) |
build: i18n-sync.sh: also recreate base.pot
-rwxr-xr-x | build/i18n-sync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/i18n-sync.sh b/build/i18n-sync.sh index 137852bb6..430e13f28 100755 --- a/build/i18n-sync.sh +++ b/build/i18n-sync.sh @@ -21,4 +21,5 @@ for m in */*/Makefile; do fi done +./build/mkbasepot.sh ./build/i18n-update.pl po |