#!/bin/bash if [ ! -d "translations/" ];then mkdir translations fi cd ./translations rm -f dp4-login-plugin.ts lupdate ../ -ts -no-ui-lines -locations none -no-obsolete dp4-login-plugin.ts cd ../