Add [es] to available languages
parent
dc3fc972f2
commit
8694f9d9aa
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Put all available languages here, except "en". Separated by spaces
|
||||
TRANSLATIONS="ca de el fr it nl tr zh_tw"
|
||||
TRANSLATIONS="ca de el es fr it nl tr zh_tw"
|
||||
|
||||
basedir="${0%/*}/.."
|
||||
cd "$basedir"
|
||||
|
|
Loading…
Reference in New Issue