luci-theme-bootstrap: cleanup alert-message css, add fade-in/fade-out anims
[oweals/luci.git] / build / i18n-sync.sh
index d4f966658565ab1bdc5acdbf7858595ab338df52..ad8c46c6ff8fd5f6646c8f7153ddbf1327b4abf6 100755 (executable)
@@ -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#./} ... "