aboutsummaryrefslogtreecommitdiff
path: root/update_ts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_ts.sh')
-rwxr-xr-xupdate_ts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_ts.sh b/update_ts.sh
index 28e0ec785..6bffe59f5 100755
--- a/update_ts.sh
+++ b/update_ts.sh
@@ -5,7 +5,7 @@ do
ts_pro=`cat $file | grep TRANSLATIONS`
if [ "$ts_pro" ]
then
- lupdate -no-obsolete $file
+ lupdate $file
fi
done