Showing with 12 additions and 0 deletions.
  1. +12 −0 cmake/travis.sh
12 changes: 12 additions & 0 deletions cmake/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,20 @@ fi
#
cd $startdir
./l10n-fetch-po-files.py

# only ship listed tranlations
mkdir po_all
mv po/* po_all
for tr in ca ca@valencia de en_GB fr nl pl pt pt_BR sv uk
do
file=kst_common_$tr.po
echo "using translation $tr"
cp po_all/$file po
done

cd $builddir


# ---------------------------------------------------------
#
# build Kst
Expand Down