Remove old files to update languages and translations

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2023-02-19 14:13:10 +01:00
parent 035db18598
commit 3b226658a6
No known key found for this signature in database
GPG key ID: D850A5F772E880F9
2 changed files with 0 additions and 26 deletions

View file

@ -1,5 +0,0 @@
TRANSLATIONS += manuskript_fr.ts
TRANSLATIONS += manuskript_es.ts
TRANSLATIONS += manuskript_de.ts
TRANSLATIONS += manuskript_sv.ts

View file

@ -1,21 +0,0 @@
# Adds forms
for i in $(find .. -iname *.ui)
do
echo "FORMS += " $i;
done
# Adds file containing .tr(
for i in $(grep -ril "\.tr(" ../manuskript)
do
echo "SOURCES += " $i;
done
# Adds file containing .translate
for i in $(grep -ril "\.translate(" ../manuskript)
do
echo "SOURCES += " $i;
done
# Adds translations
cat languages.txt