1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 02:02:10 +02:00
falkonOfficial/scripts/translations.sh

13 lines
288 B
Bash
Raw Normal View History

#!/bin/bash
## circular inclusions workaround - we comment that buggy line
sed -i 's/include(3rdparty/##temp/g' ../src/src.pro
lupdate ../src/src.pro -no-obsolete
## uncomment it now
sed -i 's/##temp/include(3rdparty/g' ../src/src.pro
read -p "Press [ENTER] to close terminal"
exit