Fix indentation

This commit is contained in:
3d-gussner 2021-03-01 08:39:26 +01:00
parent 70912e387e
commit 1582477926
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ if [ "$1" = "all" ]; then
generate_binary 'fr'
generate_binary 'it'
generate_binary 'pl'
#DO NOT add Community languages here
#DO NOT add Community languages here !!!
else
generate_binary $1
fi

View File

@ -52,7 +52,7 @@ else
*de*) echo "German" ;;
*es*) echo "Spanish" ;;
*fr*) echo "French" ;;
*it*) echo "Italian" ;;
*it*) echo "Italian" ;;
*pl*) echo "Polish" ;;
#Community language support
#Dutch