build.sh: put sv in alphabetic order

lektura
tomnor 2017-09-24 20:00:16 +02:00 committed by max.mehl
parent 4d4560cb5c
commit 650dbf4865
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Put all available languages here, except "en". Separated by spaces
TRANSLATIONS="ca de el es fr it nl tr zh_tw sv"
TRANSLATIONS="ca de el es fr it nl sv tr zh_tw"
basedir="${0%/*}/.."
cd "$basedir"