Add Esperanto to list of languages in build.sh

lektura
Carmen Bianca Bakker 2017-09-24 00:01:51 +02:00
parent 1c21e604e1
commit 00a931b965
No known key found for this signature in database
GPG Key ID: 76EBA6F6B6EA2EC9
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"
TRANSLATIONS="ca de el es fr it nl tr zh_tw eo"
basedir="${0%/*}/.."
cd "$basedir"