summaryrefslogtreecommitdiffhomepage
path: root/build
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-11-11 18:10:46 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2018-11-11 18:10:46 +0200
commit36b1c60efc5d85f9b2b1af24138adaf5c2aa7dea (patch)
tree8bd684291ef1abe651f2f2e1045ea3358f6fb8c4 /build
parentad4c7b01532471ee09a04fc1ae288e6e15849a8b (diff)
luci-app-statistics: remove old deprecated rrdtool po files
Remove old rrdtool.po* files that have been deprecated already in 2011-2015. Also remove reference to them from i18n-sync.pl Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/i18n-sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/i18n-sync.sh b/build/i18n-sync.sh
index d4f966658..ad8c46c6f 100755
--- a/build/i18n-sync.sh
+++ b/build/i18n-sync.sh
@@ -7,7 +7,7 @@
./build/mkbasepot.sh
-find . -name '*.pot' -and -not -name base.pot -and -not -name rrdtool.pot | \
+find . -name '*.pot' -and -not -name base.pot | \
while read path; do
dir="${path%/po/templates/*}"
echo -n "Updating ${path#./} ... "