Add Esperanto to list of languages in build.sh
parent
1c21e604e1
commit
00a931b965
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue