Fix formatting in update-supported-languages.sh and clean up .gitignore

This commit is contained in:
mr. M 2025-01-04 02:31:40 +01:00
parent 8ef008fb65
commit d444262fdb
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 3 additions and 5 deletions

View file

@ -1,4 +1,3 @@
LANGS_FILE="./supported-languages"
# Clean up the file
@ -18,4 +17,3 @@ for d in */ ; do
fi
fi
done